Inspekt - main source file
| Class | Description |
|---|---|
| Inspekt |
Inspekt_Error
Inspekt_Cage
Inspekt_Supercage
regex used to define what we're calling a valid domain name
regex used to define what we're calling a valid email
we're taking a "match 99%" approach here, rather than a strict interpretation of the RFC.
Options for isHostname() that specify which types of hostnames to allow.
HOST_ALLOW_ALL: Allows all of the above types of hostnames.
Options for isHostname() that specify which types of hostnames to allow.
HOST_ALLOW_DNS: Allows Internet domain names (e.g., example.com).
Options for isHostname() that specify which types of hostnames to allow.
HOST_ALLOW_IP: Allows IP addresses.
Options for isHostname() that specify which types of hostnames to allow.
HOST_ALLOW_LOCAL: Allows local network names (e.g., localhost, www.localdomain) and Internet domain names.
Options for isUri that specify which types of URIs to allow.
URI_ALLOW_COMMON: Allow only "common" hostnames: http, https, ftp
Documentation generated on Mon, 31 Dec 2007 15:53:58 -0500 by phpDocumentor 1.4.1