Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 18343 программиста и 1661 робот. Сейчас ищут 696 программистов ...
EventHttpRequest::getUri - Returns the request URI
Вернуться к: EventHttpRequest
EventHttpRequest::getUri
(PECL event >= 1.4.0-beta)
EventHttpRequest::getUri — Returns the request URI
Описание
public
string
EventHttpRequest::getUri
( void
)
Returns the request URI
Список параметров
У этой функции нет параметров.
Возвращаемые значения
Returns the request URI
Смотрите также
- EventHttpRequest::getCommand() - Returns the request command(method)
- EventHttpRequest::getHost() - Returns the request host
- EventHttpRequest::getResponseCode() - Returns the response code
Вернуться к: EventHttpRequest