manual for strtoupper | search for "strtoupper"
Manual © 2001-2008 The PHP Group
strtoupper
Description
string strtoupper ( string string)Returns string with all alphabetic characters converted to uppercase.
Note that 'alphabetic' is determined by the current locale. For instance, in the default "C" locale characters such as umlaut-a (ä) will not be converted.
See also strtolower(), ucfirst(), ucwords() and mb_strtoupper().
© 2008 phparadise | go to the top | search phparadise | generated in 0.057 seconds
60 hits by 15 users in the last 30 minutes.