PHP Class Cake\Localized\Validation\UsValidation

Inheritance: extends LocalizedValidation
Show file Open project: cakephp/localized Class Usage Examples

Public Methods

Method Description
personId ( string $check ) : boolean Checks a social security number for The United States
phone ( string $check ) : boolean Checks a phone number for The United States
postal ( string $check ) : boolean Checks a postal code for The United States

Method Details

personId() public static method

Checks a social security number for The United States
public static personId ( string $check ) : boolean
$check string The value to check.
return boolean Success

phone() public static method

Checks a phone number for The United States
public static phone ( string $check ) : boolean
$check string The value to check.
return boolean Success.

postal() public static method

Checks a postal code for The United States
public static postal ( string $check ) : boolean
$check string The value to check.
return boolean Success.