Validate_AU::abn
Validate_AU::abn() – Australian Business Number (ABN).
Synopsis
require_once '/Validate/AU.php';
bool Validate_AU::abn (
string $abn
)
Описание
Validates an ABN using a modulus calculation
Parameter
-
string
$abn
-
ABN to validate
Return value
returns Returns true on success, otherwise false
Throws
throws no exceptions thrown
author
author Byron Adams <byron.adams54@gmail.com>
Замечание
This function can not be called statically.