Validate_AU::acn() -- Validate an Australian Company Number (ACN)
Description
The ACN is a nine digit number with the last digit being a check digit calculated using a modified modulus 10 calculation.
Parameter
- string
$acn
ACN number to validate
Return value
returns Returns true on success, false otherwise
Throws
throws no exceptions thrown
Note
This function can not be called
statically.