Wikidev
CATEGORY
CONTACT
APP
Sign Up
Login
Submit
You are here :
php
→
string
→
strlen
strlen() - string
Returns the length of the given string.
Parameters :
string - The string being measured for length.
Syntax
int strlen ( string $string )
Example
Output / Return Value
Limitations
Alternatives / See Also
Reference