manual for strtolower | search for "strtolower"
Manual © 2001-2008 The PHP Group
strtolower
Description
string strtolower ( string str)Returns string with all alphabetic characters converted to lowercase.
Note that 'alphabetic' is determined by the current locale. This means that in i.e. the default "C" locale, characters such as umlaut-A (Ä) will not be converted.
See also strtoupper(), ucfirst(), ucwords() and mb_strtolower().
© 2008 phparadise | go to the top | search phparadise | generated in 0.023 seconds
38 hits by 13 users in the last 30 minutes.