Display the drop-down list

ucfirst()

« uasort | ucwords »
<?php
$string 
ucfirst (
    
  // string $str
);
?>
Result
$string = 'HELLO WORLD!'
Examples
#1 ucfirst  ("hello world!")
#2 ucfirst  ("HELLO WORLD!")
See also
lcfirst, strtolower, strtoupper, ucwords