If you are a beginner or a professional, every programmer need guild most times. On this, you can do the following
CODE:
<?php
$myString = "WakabiaAdmin";
$newString = substr($myString, 1,-1);
echo $newString;
?>
See the output on the below screenshot
CODE:
<?php
$myString = "WakabiaAdmin";
$newString = substr($myString, 1,-1);
echo $newString;
?>
See the output on the below screenshot
SHARE THIS POST
0 comments:
Post a Comment