Validate_AU::abn

Validate_AU::abn() – Australian Business Number (ABN)

Synopsis

require_once '/Validate/AU.php';

bool Validate_AU::abn ( string $abn )

Description

モジュラス計算によって ABN を検証します。

Parameter

string $abn

検証する ABN。

Return value

成功した場合に true、それ以外の場合に false を返します。

Throws

例外はスローされません。

作者

Byron Adams <[email protected]>

Note

This function can not be called statically.