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


Run instance»

Click the "Run instance" button to view the online instance

Output:

Hello World

Run instance»

Click the "Run instance" button to view the online instance

Output:

I'm Study In Php.cn