PHP Manualstrtolower(PHP 4, PHP 5) strtolower — Make a string lowercase Description
string strtolower
( string
$str
)
Returns 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. Parameters
Return ValuesReturns the lowercased string. Examples
Example #1 strtolower() example
<?php Notes
See Also
![]() |
PHP-Index
New Tutorial entries
|