Validate_AU::ssn()

Validate_AU::ssn() -- Social Security Number.

Synopsis

require_once '/Validate/AU.php';

bool Validate_AU::ssn (string $ssn)

Beschreibung

Australia does not have a social security number system, the closest equivalent is a Tax File Number

Parameter

string $ssn

ssn number to validate

Rückgabewert

returns Returns true on success, false otherwise

Fehler-Meldungen

throws no exceptions thrown

Siehe auch

see Validate_AU::tfn()

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.