PHP » GoLang |
login |
register |
about
|
strtolower(PHP 4, PHP 5, PHP 7) strtolower — Make a string lowercase Description
string strtolower
( string
$string
)
Returns Note that 'alphabetic' is determined by the current locale. This means that e.g. in 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
|
more
Recently updated
more
Most requested
more
Last requests
|