Validate_AU::region

Validate_AU::region() – オーストラリアの地域コードを検証する

Synopsis

require_once '/Validate/AU.php';

bool Validate_AU::region ( string $region )

Description

This package is not documented yet.

Parameter

string $region

検証する地域コード。

Return value

成功した場合に true、それ以外の場合に false を返します。

Throws

例外はスローされません。

作者

Byron Adams <[email protected]>

Note

This function can not be called statically.