Function is_vin

(PHP 5)

is_vin — Validates a vehical identification number.

Description

bool is_vin ( string $vin )
The function validates a vehicial identification number aginst the ISO 3779 standard.

Paramaters

vin
The vehical identification number.

Return Values

Returns TRUE if the vehical identification number is valid, FALSE otherwise.

Example

See Also

Source Code