97 static function resolve($basePath, $newPath) {
resolve($basePath, $newPath)
This file contains all the uri handling functions.
static encodePathSegment($pathSegment)
Encodes a 1 segment of a path.
static resolve($basePath, $newPath)
Resolves relative urls, like a browser would.
split($path)
Returns the 'dirname' and 'basename' for a path.
static decodePath($path)
Decodes a url-encoded path.
static decodePathSegment($path)
Decodes a url-encoded path segment.
static encodePath($path)
Encodes the path of a url.
static splitPath($path)
Returns the 'dirname' and 'basename' for a path.