Zend_UriLocated in /Zend/Uri.php (line 48)
| Class | Description |
|---|---|
Zend_Uri_Http
|
|
Zend_Uri_Mailto
|
static check (line 75)
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 94)
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 157)
Zend_Uri and its subclasses cannot be instantiated directly.
Use Zend_Uri::factory() to return a new Zend_Uri object.
getScheme (line 140)
Get the URI's scheme
getUri (line 164)
Return a string representation of this URI.
valid (line 171)
Returns TRUE if this URI is valid, or FALSE otherwise.
__toString (line 62)
Return a string representation of this URI.
Documentation generated on Wed, 21 Feb 2007 12:01:21 -0800 by phpDocumentor 1.3.1