Related Functions
strlen
PHP 4.0+Returns the length of a string in bytes, counting all characters including null bytes and multibyte sequences.
Description
The strlen()
Returns the length of a string in bytes, counting all characters including null bytes and multibyte sequences.
Example