UK [wɜ:dz] US [wɜ:dz]
n.字(plural noun of word); (said) words; promises; passwords
php ucwords() function syntax
Function:Convert the first character of each word to uppercase
Syntax:ucwords(string)
Parameters:
Parameters | Description |
string | Required, Specifies the string to be converted |
Description:Converts the first character of each word in the string to uppercase. This function is binary safe.
php ucwords() function example
Output:
Hello World
I'm Study In Php.cn