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