ClassInterface Zend_Validate_Hostname_Interface

Description
  • copyright: Copyright (c) 2005-2007 Zend Technologies USA Inc. (http://www.zend.com)
  • license: New BSD License

Located in /Validate/Hostname/Interface.php (line 30)


	
			
Method Summary
 static string getCharacters ()
Methods
static getCharacters (line 50)

Returns UTF-8 characters allowed in DNS hostnames for the specified Top-Level-Domain

UTF-8 characters should be written as four character hex codes \x{XXXX} For example é (lowercase e with acute) is represented by the hex code \x{00E9}

You only need to include lower-case equivalents of characters since the hostname check is case-insensitive

Please document the supported TLDs in the documentation file at: manual/en/module_specs/Zend_Validate-Hostname.xml

static string getCharacters ()

Documentation generated on Sun, 27 May 2007 23:25:06 -0700 by phpDocumentor 1.3.2