| [ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 286 lines (10 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
Uri:: (23 methods):
__construct()
__toString()
getScheme()
getAuthority()
getUserInfo()
getHost()
getPort()
getPath()
getQuery()
getFragment()
withScheme()
withUserInfo()
withHost()
withPort()
withPath()
withQuery()
withFragment()
createUriString()
isNonStandardPort()
filterPort()
filterPath()
filterQueryAndFragment()
rawurlencodeMatchZero()
| __construct(string $uri = '') X-Ref |
| No description |
| __toString() X-Ref |
| No description |
| getScheme() X-Ref |
| No description |
| getAuthority() X-Ref |
| No description |
| getUserInfo() X-Ref |
| No description |
| getHost() X-Ref |
| No description |
| getPort() X-Ref |
| No description |
| getPath() X-Ref |
| No description |
| getQuery() X-Ref |
| No description |
| getFragment() X-Ref |
| No description |
| withScheme($scheme) X-Ref |
return: static |
| withUserInfo($user, $password = null) X-Ref |
return: static |
| withHost($host) X-Ref |
return: static |
| withPort($port) X-Ref |
return: static |
| withPath($path) X-Ref |
return: static |
| withQuery($query) X-Ref |
return: static |
| withFragment($fragment) X-Ref |
return: static |
| createUriString(string $scheme, string $authority, string $path, string $query, string $fragment) X-Ref |
| Create a URI string from its various parts. |
| isNonStandardPort(string $scheme, int $port) X-Ref |
| Is a given port non-standard for the current scheme? |
| filterPort($port) X-Ref |
| No description |
| filterPath($path) X-Ref |
| No description |
| filterQueryAndFragment($str) X-Ref |
| No description |
| rawurlencodeMatchZero(array $match) X-Ref |
| No description |
| Generated : Sat Jun 13 09:38:55 2026 | Cross-referenced by PHPXref |