manual for ucwords | search for "ucwords"
Manual © 2001-2008 The PHP Group
ucwords
Description
string ucwords ( string str)Returns a string with the first character of each word in str capitalized, if that character is alphabetic.
The definition of a word is any string of characters that is immediately after a whitespace (These are: space, form-feed, newline, carriage return, horizontal tab, and vertical tab).
See also strtoupper(), strtolower() and ucfirst().
© 2008 phparadise | go to the top | search phparadise | generated in 0.044 seconds
55 hits by 13 users in the last 30 minutes.