Открытые члены | |
__construct ($url) | |
getUrl () | |
getLocator () | |
getUri () | |
getFragment () | |
getHost () | |
setHost ($host) | |
getPass () | |
setPass ($pass) | |
getPath () | |
setPath ($path) | |
getPathQuery () | |
getPort () | |
getQuery () | |
getScheme () | |
getUser () | |
setUser ($user) | |
deleteParams (array $params, $preserveDots=false) | |
addParams (array $params, $preserveDots=false) | |
__toString () | |
jsonSerialize () | |
convertToPunycode () | |
isPathTraversal () | |
toAbsolute (string $host=null) | |
getAuthority () | |
getUserInfo () | |
withScheme (string $scheme) | |
withUserInfo (string $user, ?string $password=null) | |
withHost (string $host) | |
withPort (?int $port) | |
withPath (string $path) | |
withQuery (string $query) | |
withFragment (string $fragment) | |
Открытые статические члены | |
static | urnEncode ($str, $charset='UTF-8') |
static | urnDecode ($str, $charset=false) |
Защищенные статические члены | |
static | parseParams ($params) |
Защищенные данные | |
$scheme = '' | |
$host = '' | |
$port = null | |
$user = '' | |
$pass = '' | |
$path = '' | |
$query = '' | |
$fragment = '' | |
addParams | ( | array | $params, |
$preserveDots = false ) |
convertToPunycode | ( | ) |
deleteParams | ( | array | $params, |
$preserveDots = false ) |
getLocator | ( | ) |
getPathQuery | ( | ) |
getUri | ( | ) |
isPathTraversal | ( | ) |
jsonSerialize | ( | ) |
Specify data which should be serialized to JSON string data which can be serialized by json_encode, which is a value of any type other than a resource. 5.4.0
|
staticprotected |
setHost | ( | $host | ) |
setPass | ( | $pass | ) |
setPath | ( | $path | ) |
setUser | ( | $user | ) |
toAbsolute | ( | string | $host = null | ) |
|
static |