См. определение в файле uri.php строка 16
◆ __construct()
- Аргументы
-
См. определение в файле uri.php строка 30
◆ __toString()
◆ addParams()
addParams |
( |
array | $params, |
|
|
| $preserveDots = false ) |
Adds parameters to query or replaces existing ones.
- Аргументы
-
array | $params | Parameters to add. |
bool | $preserveDots | Special treatment of dots and spaces in the parameters names. |
- Возвращает
- $this
См. определение в файле uri.php строка 322
◆ convertToPunycode()
Converts the host to punycode.
- Возвращает
- string|Main\Error
См. определение в файле uri.php строка 370
◆ convertToUnicode()
Converts the host to Unicode.
- Возвращает
- string|Main\Error
См. определение в файле uri.php строка 388
◆ deleteParams()
deleteParams |
( |
array | $params, |
|
|
| $preserveDots = false ) |
Deletes parameters from the query.
- Аргументы
-
array | $params | Parameters to delete. |
bool | $preserveDots | Special treatment of dots and spaces in the parameters names. |
- Возвращает
- $this
См. определение в файле uri.php строка 291
◆ getAuthority()
◆ getFragment()
◆ getHost()
◆ getLocator()
Return the URI without a fragment.
- Возвращает
- string
См. определение в файле uri.php строка 65
◆ getPass()
Returns the rawurlencoded password.
- Возвращает
- string
См. определение в файле uri.php строка 149
◆ getPath()
◆ getPathQuery()
Returns the path with the query. Empty path is treated as a root (/)
- Возвращает
- string
См. определение в файле uri.php строка 189
◆ getPort()
◆ getQuery()
◆ getScheme()
◆ getUri()
Return the URI with a fragment, if any.
- Возвращает
- string
Переопределяется в Uri.
См. определение в файле uri.php строка 105
◆ getUrl()
◆ getUser()
Returns the rawurlencoded user.
- Возвращает
- string
См. определение в файле uri.php строка 248
◆ getUserInfo()
◆ isPathTraversal()
Searches for /../ and ulrencoded /../
См. определение в файле uri.php строка 405
◆ jsonSerialize()
◆ parseParams()
Extended parsing to allow dots and spaces in parameters names.
- Аргументы
-
- Возвращает
- array
См. определение в файле uri.php строка 269
◆ resolveRelativeUri()
resolveRelativeUri |
( |
Uri | $base | ) |
|
◆ setHost()
Sets the host
- Аргументы
-
- Возвращает
- $this
См. определение в файле uri.php строка 139
◆ setPass()
Decodes and sets the password.
- Аргументы
-
- Возвращает
- $this
См. определение в файле uri.php строка 159
◆ setPath()
Sets the path.
- Аргументы
-
- Возвращает
- $this
См. определение в файле uri.php строка 179
◆ setUser()
Decodes and sets the user.
- Аргументы
-
- Возвращает
- $this
См. определение в файле uri.php строка 258
◆ toAbsolute()
toAbsolute |
( |
string | $host = null | ) |
|
Converts a relative uri to the absolute one using given host name or the host from the current context server object.
- Аргументы
-
- Возвращает
- $this
См. определение в файле uri.php строка 473
◆ urnDecode()
urnDecode |
( |
| $str, |
|
|
| $charset = false ) |
|
static |
Decodes the URI string without parsing it.
- Аргументы
-
- Возвращает
- string
См. определение в файле uri.php строка 445
◆ urnEncode()
urnEncode |
( |
| $str, |
|
|
| $charset = 'UTF-8' ) |
|
static |
Encodes the URI string without parsing it.
- Аргументы
-
- Возвращает
- string
См. определение в файле uri.php строка 416
◆ withFragment()
withFragment |
( |
string | $fragment | ) |
|
◆ withHost()
◆ withPath()
◆ withPort()
◆ withQuery()
withQuery |
( |
string | $query | ) |
|
◆ withScheme()
withScheme |
( |
string | $scheme | ) |
|
◆ withUserInfo()
withUserInfo |
( |
string | $user, |
|
|
?string | $password = null ) |
◆ $fragment
◆ $host
◆ $pass
◆ $path
◆ $port
◆ $query
◆ $scheme
◆ $user
Объявления и описания членов класса находятся в файле:
- C:/bitrix/modules/main/lib/web/uri.php