Zend_Validate_EmailAddress
Zend_Validate_Hostname
$hostnameValidator
(line 56)
Local object for validating the hostname part of an email address
array
$_messages
= array() (line 49)
Array of validation failure messages
boolean
$_validateMx
= false (line 63)
Whether we check for a valid MX record via DNS
Constructor __construct (line 76)
Instantiates hostname validator for local use
You can pass a bitfield to determine what types of hostnames are allowed. These bitfields are defined by the ALLOW_* constants in Zend_Validate_Hostname The default is to allow DNS hostnames only
getMessages (line 214)
Defined by Zend_Validate_Interface
Returns array of validation failure messages
isValid (line 120)
Defined by Zend_Validate_Interface
Returns true if and only if $value is a valid email address according to RFC2822
setValidateMx (line 104)
Set whether we check for a valid MX record via DNS
This only applies when DNS hostnames are validated
validateMxSupported (line 92)
Whether MX checking via dns_get_mx is supported or not
This currently only works on UNIX systems
Documentation generated on Sat, 05 May 2007 11:54:08 -0700 by phpDocumentor 1.3.2