Title Case

Capitalize the first letter of each word in a string.

Code

General
ucwords($str);

Parameters

The string to convert to title case

Server

More PHP Snippets