显示文本框

lcfirst()

« ksort | lcg_value »
<?php
$string 
lcfirst (
    
  // string $str
);
?>
结果
$string = 'helloWorld'
示例
#1 lcfirst  ("HelloWorld")
#2 lcfirst  ("HELLO WORLD!")
另请参阅
strtolower, strtoupper, ucfirst, ucwords