[ Index ] |
PHP Cross Reference of phpBB-3.1.12-deutsch |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 42 lines (1 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
UriFactoryInterface:: (3 methods):
createFromSuperGlobalArray()
createFromAbsolute()
createFromParts()
Interface: UriFactoryInterface - X-Ref
Factory interface for uniform resource indicatorscreateFromSuperGlobalArray(array $_server) X-Ref |
Factory method to build a URI from a super-global $_SERVER array. param: array $_server return: UriInterface |
createFromAbsolute($absoluteUri) X-Ref |
Creates a URI from an absolute URI param: string $absoluteUri return: UriInterface |
createFromParts($scheme, $userInfo, $host, $port, $path = '', $query = '', $fragment = '') X-Ref |
Factory method to build a URI from parts param: string $scheme param: string $userInfo param: string $host param: string $port param: string $path param: string $query param: string $fragment return: UriInterface |
Generated: Thu Jan 11 00:25:41 2018 | Cross-referenced by PHPXref 0.7.1 |