Validate_FI::carLicensePlate | Validate_FI::pin |
Validate_FI | |
PEAR Manual | |
require_once 'Validate/FI.php'; |
bool Validate_FI::bikeLicensePlate
(
string $number
)
Validate Finnish motorbike license plate number. Format: AAAXXX. First or only number cannot be zero.
Where AAA is 2-3 letters UPPERCASE A-Z + ÅÄÖ and XXX is 1-3 numbers. Letters and numbers are actually in separate lines.
The license plate number to be validated
boolean - true if license plate number is valid, false otherwise
Using bikeLicensePlate()
|
Validate_FI::carLicensePlate | Validate_FI::pin |
Validate_FI | |
PEAR Manual | |