You have already completed these exercises!
Do you want to take them again?
You completed the PHP Slice Strings Exercises from W3Schools.com
Share on:
What will be the result of the following slice:$x = "Hello World!";echo substr($x, 3, 2);
$x = "Hello World!";echo substr($x, 3, 2);
ll
el
lo