public static random ([mixed $type], [mixed $length])
Generates a random string based on the given type. Type is one of the RANDOM_* constants
1 | echo Phalcon\Text::random(Phalcon\Text::RANDOM_ALNUM); //"aloiwkqz" |
public static random ([mixed $type], [mixed $length])
Generates a random string based on the given type. Type is one of the RANDOM_* constants
1 | echo Phalcon\Text::random(Phalcon\Text::RANDOM_ALNUM); //"aloiwkqz" |
Designed by : w10schools
service@w10schools.com
Please login to continue.