English [w?:dz] US [w?:dz]
n.??(??? ????) ?? ??;
PHP ucwords() ?? ???
??: ? ??? ? ?? ??? ???? ??
??: ucwords(string)
????:
Parameters | Description |
string | Must, ?? ??? ??? |
??: ???? ?? ? ??? ? ?? ??? ???? ?????. ? ??? ?? ?????.
PHP ucwords() ?? ?
??:
Hello World
<?php $i = "I'm study in php.cn"; $j = ucwords($i); echo $j; ?>
???? ???
"? ?????. ???? ??" ??? ????? ??? ??? ????.
??:
I'm Study In Php.cn