Text::lower

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
doc_Phalcon
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.