Dropdown-Liste anzeigen

ucfirst()

« uasort | ucwords »
<?php
$string 
ucfirst (
    
  // string $str
);
?>
Ergebnis
$string = 'Hello world!'
Beispiele
#1 ucfirst  ("hello world!")
#2 ucfirst  ("HELLO WORLD!")
siehe auch
lcfirst, strtolower, strtoupper, ucwords