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