Function is_vin
(PHP 5)
is_vin — Validates a vehicle identification number.
Description
bool is_vin (string $vin)
The function validates a vehicle identification number against the ISO 3779 standard.
Parameters
vin
The vehicle identification number.
Return Values
Returns TRUE if the vehicle identification number is valid, FALSE otherwise.