Text::upper

public static upper (mixed $str, [mixed $encoding])

Uppercases a string, this function makes use of the mbstring extension if available

echo Phalcon\Text::upper("hello"); // HELLO
doc_Phalcon
2016-10-16 09:57:03
Comments
Leave a Comment

Please login to continue.