Return Values. The length of the string on success, and 0 if the string is empty. ... <?php $str = 'abcdef'; echo strlen($str); // 6 $str = ' ab cd ';
確定! 回上一頁