Forum : Where use the strlen() function ?
Brief description  about Online courses   join in Online courses
View prabeen  patra 's Profile

Where use the strlen() function ?

strlen() function......
Asked by prabeen patra | Mar 17, 2010 |  Reply now
Replies (1)
View teacher siliconindia 's Profile
Hi Prabeen,
The strlen() function is used to return the length of a string.
<?php
echo strlen("Hello world!");
?>
OUT PUT: 12
Mar 17, 2010