ucwords

PHP -> Funkcie -> Funkcie pre prácu s reťazcami PHP -> ucwords

Syntax

string ucwords(string str);

Popis

Príkaz jazyka PHP
ucwords - Uppercase the first character of each word in a string
Capitalizes the first character of each word in str if that character is alphabetic.

Pozri aj

strtoupper, strtolower, ucfirst