Skip to content
Docs
Search
Sample Page
Home
Classes
EVF_Validation
EVF_Validation::is_phone()
EVF_Validation::is_phone(
string
$phone
):
bool
Validates a phone number using a regular expression.
Parameters
$phone
string
required
Phone number to validate.
Return
bool