Validate_FI::carLicensePlate (Previous) (Next) Validate_FI::pin

View this page in Last updated: Sun, 05 Oct 2008
English | Dutch | French | German | Hungarian | Japanese | Russian | Spanish | Plain HTML

Validate_FI::bikeLicensePlate()

Validate_FI::bikeLicensePlate() -- フィンランドのバイクのナンバープレート番号を検証する

説明

フィンランドのバイクのナンバープレート番号を検証します。 AAAXXX 形式で、数値部の最初の桁は 0 以外の数となります。

AAA の部分は 2 文字あるいは 3 文字で、大文字の A-Z + ĹÄÖ となります。 XXX の部分は 1 から 3 桁の数字です。 実際は、文字の部分と数字の部分は別の行となります。

パラメータ

string $number

検証したいナンバープレート番号。

返り値

番号が有効な形式である場合に true、それ以外の場合に false を返します。

Validate_FI::carLicensePlate (Previous) (Next) Validate_FI::pin

Download Documentation Last updated: Sun, 05 Oct 2008
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.