Function mb_strtolower

Make a string lowercase

Package: Cake
Copyright: Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
License: MIT License
Located at Cake/bootstrap.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

  • string with all alphabetic characters converted to lowercase.

© 2005–2016 The Cake Software Foundation, Inc.
Licensed under the MIT License.
CakePHP is a registered trademark of Cake Software Foundation, Inc.
We are not endorsed by or affiliated with CakePHP.
http://api.cakephp.org/2.8/function-mb_strtolower.html