The strlen() function returns the length of string
Syntax
strlen(string)
example
Output
11
Syntax
strlen(string)
example
<?php // returns the length the string echo strlen("hello india"); ?> |
11
0 comments:
Post a Comment