-
php怎么将布尔类型转为字符串
php将布尔类型转为字符串的方法:1、使用strval()函数,语法“strval($bool)”;2、使用settype()函数,语法“settype($bool, string)”。本教程 *** 作环境:windows7系统、PHP7.1版、
php将布尔类型转为字符串的方法:1、使用strval()函数,语法“strval($bool)”;2、使用settype()函数,语法“settype($bool, string)”。本教程 *** 作环境:windows7系统、PHP7.1版、