Find the Length of the string

technical talkiess
0

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);

?> 


Post a Comment

0Comments

Thanks you for commenting your questions. I will see question and respond you.

Post a Comment (0)