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
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
Please login to continue.