Zend_UriAbstract class for all Zend_Uri handlers
Located in /Uri.php (line 30)
| Class | Description |
|---|---|
Zend_Uri_Http
|
HTTP(S) URI handler |
static check (line 67)
Convenience function, checks that a $uri string is well-formed by validating it but not returning an object. Returns TRUE if $uri is a well-formed URI, or FALSE otherwise.
static factory (line 91)
Create a new Zend_Uri object for a URI. If building a new URI, then $uri should contain only the scheme (http, ftp, etc). Otherwise, supply $uri with the complete URI.
Constructor __construct (line 189)
Zend_Uri and its subclasses cannot be instantiated directly.
Use Zend_Uri::factory() to return a new Zend_Uri object.
getScheme (line 155)
Get the URI's scheme
getUri (line 196)
Return a string representation of this URI.
valid (line 203)
Returns TRUE if this URI is valid, or FALSE otherwise.
__toString (line 54)
Return a string representation of this URI.
Documentation generated on Mon, 21 Jun 2010 15:50:39 -0400 by phpDocumentor 1.4.3