public static lower (mixed $str, [mixed $encoding])
Lowercases a string, this function makes use of the mbstring extension if available
1 | echo Phalcon\Text::lower( "HELLO" ); // hello |
public static lower (mixed $str, [mixed $encoding])
Lowercases a string, this function makes use of the mbstring extension if available
1 | echo Phalcon\Text::lower( "HELLO" ); // hello |
Designed by : w10schools
service@w10schools.com
Please login to continue.