bool Validate_AU::acn (
string $acn
)
The ACN is a nine digit number with the last digit being a check digit calculated using a modified modulus 10 calculation.
$acn
ACN number to validate
returns Returns true on success, false otherwise
throws no exceptions thrown
author Byron Adams <byron.adams54@gmail.com>
author Daniel O'Connor <daniel.oconnor@gmail.com>
see http://www.asic.gov.au/asic/asic_infoco.nsf/byheadline/Australian+Company+Number+(ACN)+Check+Digit
This function can not be called statically.