public static lower (mixed $str, [mixed $encoding])
Lowercases a string, this function makes use of the mbstring extension if available
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
echo Phalcon\Text::lower("HELLO"); // hello
Please login to continue.