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