PHP 函数总结 php.ini

PHP_SAPI 环境变量

  parse_ini_file() 函数解析一个配置文件,并以数组的形式返回其中的设置。

  • lcfirst() - 把字符串中的首字符转换为小写
  • strtolower() - 把字符串转换为小写
  • ucfirst() - 把字符串中的首字符转换为大写
  • ucwords() - 把字符串中每个单词的首字符转换为大写
  • strtoupper() 函数把字符串转换为大写。

(PHP 5 >= 5.1.2, PHP 7)

spl_autoload_register — 注册给定的函数作为 __autoload 的实现

posted @ 2017-08-29 17:12  玲汐  阅读(104)  评论(0编辑  收藏  举报