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 <byron.adams54@gmail.com>
Note
This function can not be called statically.