Substring

Sep 23, 2017 | Views 478 | Likes 0 | Comments 0

test.php:

file:test2.php

function testSubstring($string)
{
    substr($string, 0, 5);
}

title:Below is an example of PHP substring:

function test()
{
    echo "hello";
}

 

 


0 Comments

Leave a comment