Validate_AU::abn()

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

Referentiesamenvatting

require_once '/Validate/AU.php';

bool Validate_AU::abn (string $abn)

Beschrijving

Validates an ABN using a modulus calculation

Parameter

string $abn

ABN to validate

Return waarde

returns Returns true on success, otherwise false

Throws

throws no exceptions thrown

author

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

Zie

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

Note

Deze functie kan niet statisch worden aangeroepen.