Implements interfaces:
Please note there are two standalone test scripts for testing IDN characters due to problems with file encoding.
The first is tests/Zend/Validate/HostnameTestStandalone.php which is designed to be run on the command line.
The second is tests/Zend/Validate/HostnameTestForm.php which is designed to be run via HTML to allow users to test entering UTF-8 characters in a form.
Located in /Validate/Hostname.php (line 50)
Bit field of ALLOW constants; determines which types of hostnames are allowed
Bit field of CHECK constants; determines what additional hostname checks to make
Array of validation failure messages
Array of valid top-level-domains
Sets validator options
Returns the allow option
Defined by Zend_Validate_Interface
Returns array of validation failure messages
Defined by Zend_Validate_Interface
Returns true if and only if the $value is a valid hostname with respect to the current allow option
Sets the allow option
Sets the check option
Set whether IDN domains are validated
This only applies when DNS hostnames are validated
Set whether the TLD element of a hostname is validated
This only applies when DNS hostnames are validated
Throws an exception if a regex for $type does not exist
Documentation generated on Sat, 05 May 2007 11:55:24 -0700 by phpDocumentor 1.3.2