Get Length of the Given String using PHP July 13, 2021 PHP 0 Comments 269 Views strlen function <?php $text = 'Hello'; $length = strlen($text); echo $length;
Leave a Comment
Cancel reply