PHP strlen() FunctionThe strlen() function is predefined function of PHP. It is used to find the length of string or returns the length of a string including all the whitespaces and special character. Syntax:
Example 1Output: Your String is:Javatpoint By using 'strlen()' function:10 Example 2Output: Your String is:Java T point By using 'strlen()' function:12 Example 3Output: Your String is:P H P By using 'strlen()' function:11 Reference: http://php.net/manual/en/function.strlen.php See Also:
Next TopicPHP String |
We provides tutorials and interview questions of all technology like java tutorial, android, java frameworks
G-13, 2nd Floor, Sec-3, Noida, UP, 201301, India