Zend_Uri_Http
string
$_fragment
= '' (line 99)
HTTP fragment
string
$_host
= '' (line 71)
HTTP host
string
$_password
= '' (line 64)
HTTP password
string
$_path
= '' (line 85)
HTTP part
string
$_port
= '' (line 78)
HTTP post
string
$_query
= '' (line 92)
HTTP query
array
$_regex
= array() (line 106)
Regular expression grammar rules for validation; values added by constructor
string
$_username
= '' (line 57)
HTTP username
Inherited from Zend_Uri
Zend_Uri::$_config
Zend_Uri::$_scheme
static fromString (line 170)
Creates a Zend_Uri_Http from the given string
Constructor __construct (line 116)
Constructor accepts a string $scheme (e.g., http, https) and a scheme-specific part of the URI (e.g., example.com/path/to/resource?query=param#fragment)
addReplaceQueryParameters (line 649)
Add or replace params in the query string for the current URI, and return the old query.
getFragment (line 714)
Returns the fragment portion of the URL (after #), or FALSE if none.
getHost (line 422)
Returns the domain or host IP portion of the URL, or FALSE if none.
getPassword (line 355)
Returns the password portion of the URL, or FALSE if none.
getPath (line 529)
Returns the path and filename portion of the URL, or FALSE if none.
getPort (line 477)
Returns the TCP port, or FALSE if none.
getQuery (line 589)
Returns the query portion of the URL (after ?), or FALSE if none.
getQueryAsArray (line 601)
Returns the query portion of the URL (after ?) as a key-value-array. If the query is empty an empty array is returned
getUri (line 247)
Returns a URI based on current values of the instance variables. If any part of the URI does not pass validation, then an exception is thrown.
getUsername (line 293)
Returns the username portion of the URL, or FALSE if none.
removeQueryParameters (line 662)
Remove params in the query string for the current URI, and return the old query.
setFragment (line 757)
Sets the fragment for the current URI, and returns the old fragment
setHost (line 459)
Sets the host for the current URI, and returns the old host
setPassword (line 404)
Sets the password for the current URI, and returns the old password
setPath (line 571)
Sets the path for the current URI, and returns the old path
setPort (line 511)
Sets the port for the current URI, and returns the old port
setQuery (line 676)
Set the query string for the current URI, and return the old query string This method accepts both strings and arrays.
setUsername (line 337)
Sets the username for the current URI, and returns the old username
valid (line 276)
Validate the current URI from the instance variables. Returns true if and only if all parts pass validation.
validateFragment (line 728)
Returns true if and only if the fragment passes validation. If no fragment is passed, then the fragment contained in the instance variable is used.
validateHost (line 435)
Returns true if and only if the host string passes validation. If no host is passed, then the host contained in the instance variable is used.
validatePassword (line 369)
Returns true if and only if the password passes validation. If no password is passed, then the password contained in the instance variable is used.
validatePath (line 542)
Returns true if and only if the path string passes validation. If no path is passed, then the path contained in the instance variable is used.
validatePort (line 489)
Returns true if and only if the TCP port string passes validation. If no port is passed, then the port contained in the instance variable is used.
validateQuery (line 620)
Returns true if and only if the query string passes validation. If no query is passed, then the query string contained in the instance variable is used.
validateUsername (line 307)
Returns true if and only if the username passes validation. If no username is passed, then the username contained in the instance variable is used.
_parseUri (line 198)
Parse the scheme-specific portion of the URI and place its parts into instance variables.
Inherited From Zend_Uri
Zend_Uri::__construct()
Zend_Uri::check()
Zend_Uri::factory()
Zend_Uri::getScheme()
Zend_Uri::getUri()
Zend_Uri::setConfig()
Zend_Uri::valid()
Zend_Uri::__toString()
Documentation generated on Mon, 21 Jun 2010 15:27:20 -0400 by phpDocumentor 1.4.3