A RFC3986 compliant URI parser
Located in /EasyRdf/ParsedUri.php (line 48)
Constructor for creating a new parsed URI
Returns the authority of the URI (e.g. www.example.com:8080)
Returns the fragment part of the URI (i.e. after the #)
Returns the path of the URI (e.g. /foo/bar)
Returns the query string part of the URI (e.g. foo=bar)
Returns the scheme of the URI (e.g. http)
Returns true if this is an absolute (complete) URI
Returns true if this is an relative (partial) URI
Normalises the path of this URI if it has one. Normalising a path means
that any unnecessary '.' and '..' segments are removed. For example, the URI http://example.com/a/b/../c/./d would be normalised to http://example.com/a/c/d
Resolves a relative URI using this URI as the base URI.
Sets the authority of the URI (e.g. www.example.com:8080)
Set the fragment of the URI (i.e. after the #)
Set the path of the URI (e.g. /foo/bar)
Set the query string of the URI (e.g. foo=bar)
Sets the scheme of the URI (e.g. http)
Convert the parsed URI back into a string
Magic method to convert the URI, when casted, back to a string
Documentation generated on Wed, 16 Jan 2013 19:16:38 +0000 by phpDocumentor 1.4.4