laravel php string length code example Example: php string length $str = 'abcdef'; echo strlen($str); // 6