只需一步,快速开始
php将布尔类型转为字符串的方法:1、使用strval()函数,语法“strval($bool)”;2、使用settype()函数,语法“settype($bool, 'string')”。
首页
分类
索引
我的