메소드 | 설명 | |
---|---|---|
host ( array $parts ) : string | Builds the full host part of an URL. | |
path ( array $parts ) : string | Builds the full path part of an URL. | |
resolve ( string $url, string $base ) : string | Resolves relative URLs. | |
resolveAll ( array $urls, string $base ) : array | Resolves a set of relative URLs. | |
resolvePath ( string $urlPath, string $basePath ) : array | Resolves relative paths. | |
splitPath ( string $path ) : array | Splits a path in parts. |