Validate_AU::abn()

Validate_AU::abn() -- Australian Business Number (ABN).

Synopsis

require_once '/Validate/AU.php';

bool Validate_AU::abn (string $abn)

Beschreibung

Validates an ABN using a modulus calculation

Parameter

string $abn

ABN to validate

Rückgabewert

returns Returns true on success, otherwise false

Fehler-Meldungen

throws no exceptions thrown

author

author Byron Adams <byron.adams54@gmail.com>

Siehe auch

see http://www.ato.gov.au/businesses/content.asp?doc=/content/13187.htm

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.