标量?
布尔、整数、浮点数、字符串型的数据是属于标量的。
布尔、整数、浮点数、字符串型的数据是属于标量的。
工作中使用的,觉得挺好用的,分享给大家 /** * 字符串截取,支持中文和其他编码 * @static * @access public * @param string $str 需要转换的字符串 * @param string ...
PDO实现数据库的增删改查 //链接数据库 $pdo = new PDO('mysql:host=localhost;dbname=test','root','root'); //增 $res = $pdo->exec("insert...