PHP 教程
PHP String 參考手冊
函數返回字符串 "Hello" 的長度:
strlen() 函數返回字符串的長度,中文字符串的處理使用 mb_strlen() 函數。。
返回字符串 "Hello World" 的長度: