Find the Length of the string
strlen function find the string length in php
<?php
// Find the length of the string in the php
$s1 = "my";
echo strlen($s1);
?>
Find the Length of the string
strlen function find the string length in php
<?php
// Find the length of the string in the php
$s1 = "my";
echo strlen($s1);
?>
0Comments
Thanks you for commenting your questions. I will see question and respond you.