static validateName(string|int $name)
Validates whether the given variable is a valid form name.
static validateName(string|int $name)
Validates whether the given variable is a valid form name.
string|int | $name | The tested form name |
UnexpectedTypeException | If the name is not a string or an integer. |
InvalidArgumentException | If the name contains invalid characters. |
Designed by : w10schools
service@w10schools.com
Please login to continue.