获取您 自己的 PHP 服务器
string(1) "5"
string(4) "5.34"
string(5) "hello"
string(1) "1"
string(0) ""
 

注意,把布尔值转换成字符串时,会得到值 "1"。 把 NULL 转换成字符串时,会转换成空字符串 ""。