Показать выпадающий список

lcfirst()

« ksort | lcg_value »
<?php
$string 
lcfirst (
    
  // string $str
);
?>
Результат
$string = 'helloWorld'
Примеры
#1 lcfirst  ("HelloWorld")
#2 lcfirst  ("HELLO WORLD!")
См. также
strtolower, strtoupper, ucfirst, ucwords