Zend_UriLocated in /Uri.php (line 43)
| Class | Description |
|---|---|
Zend_Uri_Http
|
|
Zend_Uri_Mailto
|
static check (line 70)
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 89)
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 152)
Zend_Uri and its subclasses cannot be instantiated directly.
Use Zend_Uri::factory() to return a new Zend_Uri object.
getScheme (line 135)
Get the URI's scheme
getUri (line 159)
Return a string representation of this URI.
valid (line 166)
Returns TRUE if this URI is valid, or FALSE otherwise.
__toString (line 57)
Return a string representation of this URI.
Documentation generated on Sat, 05 May 2007 11:58:40 -0700 by phpDocumentor 1.3.2