Açılır listeyi görüntüleyin

ucwords()

« ucfirst | uksort »
<?php
$string 
ucwords (
    
  // string $str
);
?>
Sonuç
$string = 'Hello World!'
Örnekler
#1 ucwords  ("hello world!")
#2 ucwords  ("HELLO WORLD!")
Ayrıca bkz
mb_convert_case, strtolower, strtoupper, ucfirst