Function mb_strtolower
Make a string lowercase
Package: Cake\I18n
Copyright: Copyright 2005-2012, Cake Software Foundation, Inc. (http://cakefoundation.org)
License: License (http://www.opensource.org/licenses/mit-license.php)
Located at Cake/I18n/Multibyte.php
Copyright: Copyright 2005-2012, Cake Software Foundation, Inc. (http://cakefoundation.org)
License: License (http://www.opensource.org/licenses/mit-license.php)
Located at Cake/I18n/Multibyte.php
mb_strtolower( string $string , string $encoding = null )
Parameters summary
string
$string
The string being lowercased.
string
$encoding = null
Character encoding name to use. If it is omitted, internal character encoding is used.
Returns
-
stringwith all alphabetic characters converted to lowercase.