count number of characters in a string in php code example Example: php string length $str = 'abcdef'; echo strlen($str); // 6