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

ucfirst()

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