ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Go to the source code of this file.
Namespaces | |
Sabre\Uri | |
Functions | |
Sabre\Uri::resolve ($basePath, $newPath) | |
This file contains all the uri handling functions. More... | |
Sabre\Uri::normalize ($uri) | |
Takes a URI or partial URI as its argument, and normalizes it. More... | |
Sabre\Uri::parse ($uri) | |
Parses a URI and returns its individual components. More... | |
Sabre\Uri::build (array $parts) | |
This function takes the components returned from PHP's parse_url, and uses it to generate a new uri. More... | |
Sabre\Uri::split ($path) | |
Returns the 'dirname' and 'basename' for a path. More... | |
Sabre\Uri::_parse_fallback ($uri) | |
This function is another implementation of parse_url, except this one is fully written in PHP. More... | |