Validate_AU::tfn()

Validate_AU::tfn() -- Tax File Number (TFN)

Synopsis

require_once '/Validate/AU.php';

bool Validate_AU::tfn (string $tfn)

Description

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

Parameter

string $tfn

Tax File Number

Return value

returns Returns true on success, false otherwise

Throws

throws no exceptions thrown

author

author Byron Adams <[email protected]>

See

see http://en.wikipedia.org/wiki/Tax_File_Number

Note

This function can not be called statically.