PHP lcfirst()函数定义与用法
PHP lcfirst() 函数 实例 把 "Hello" 的首字符转换为小写。: <?php echo lcfirst("Hello world!"); ?> 定义和用法 lcfirst()函数把字符串中的首字符转换为小写。 相关函数: ucfirst() - 把字符串中的首字符转换为大写。 ucwords() - 把字符串中每个单词的
PHP编程 2023年12月09日 148
/www/wwwroot/xunjs.com/app/index/controller/Tags.php:34:string 'lcfirst' (length=7)
PHP lcfirst() 函数 实例 把 "Hello" 的首字符转换为小写。: <?php echo lcfirst("Hello world!"); ?> 定义和用法 lcfirst()函数把字符串中的首字符转换为小写。 相关函数: ucfirst() - 把字符串中的首字符转换为大写。 ucwords() - 把字符串中每个单词的
PHP编程 2023年12月09日 148