Visualizzare l'elenco a discesa

ucwords()

« ucfirst | uksort »
<?php
$string 
ucwords (
    
  // string $str
);
?>
risultato
$string = 'Hello World!'
Esempi
#1 ucwords  ("hello world!")
#2 ucwords  ("HELLO WORLD!")
Vedi anche
mb_convert_case, strtolower, strtoupper, ucfirst