bool bankCode(
string
$bankcode)
|
|
Validates a New Zealand Bank Account Number
This function checks wheather the given value is a valid New Zealand bank account number. allows several formats.
Parameters:
bool carReg(
string
$reg)
|
|
Validates a New Zealand Vehicle license plates
This function checks wheather the given value is a valid New Zealand Vehicle license plate
6 characters for cars or trucks and 5 characters for motorbikes and trailors
Parameters:
bool phoneNumber(
string
$number, [bool
$requireAreaCode = true])
|
|
Validates a New Zealand phone number
This function validates all New Zealand phone numbers checks for landline,0800,0900,0508,021,027 and 025 numbers allows for various combinations with spaces dashes and parentheses.
Parameters:
Validates a New Zealand IRD Number (ssn equiv)
recently the format has changed to having a prefix of 0, this will work with both new and old IRD numbers.
Parameters: