Display the text box

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