Text::lower

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
doc_Phalcon
2016-10-16 09:57:01
Comments
Leave a Comment

Please login to continue.