메소드 |
설명 |
|
createUriString ( string $scheme, string $authority, string $path, string $query, string $fragment ) : string |
Create a URI string from its various parts |
|
filterFragment ( null | string $fragment ) : string |
Filter a fragment value to ensure it is properly encoded. |
|
filterPath ( string $path ) : string |
Filters the path of a URI to ensure it is properly encoded. |
|
filterQuery ( string $query ) : string |
Filter a query string to ensure it is propertly encoded. |
|
filterQueryOrFragment ( string $value ) : string |
Filter a query string key or value, or a fragment. |
|
filterScheme ( string $scheme ) : string |
Filters the scheme to ensure it is a valid scheme. |
|
isNonStandardPort ( string $scheme, string $host, integer $port ) : boolean |
Is a given port non-standard for the current scheme? |
|
parseUri ( string $uri ) |
Parse a URI into its parts, and set the properties |
|
splitQueryValue ( string $value ) : array |
Split a query value into a key/value tuple. |
|
urlEncodeChar ( array $matches ) : string |
URL encode a character returned by a regex. |
|