is_string函數用于檢查一個變量是否為字符串類型,如果是則返回true,否則返回false。其精確使用方法為:
is_string
$string = "Hello, world!"; if (is_string($string)) { echo "Yes, it is a string."; } else { echo "No, it is not a string."; }
上述代碼將輸出"Yes, it is a string.",因為變量$string的值是一個字符串。
$string
億速云公眾號
手機網站二維碼
Copyright ? Yisu Cloud Ltd. All Rights Reserved. 2018 版權所有
廣州億速云計算有限公司粵ICP備17096448號-1 粵公網安備 44010402001142號增值電信業務經營許可證編號:B1-20181529