HttpMessage::getResponseCode

(PECL pecl_http >= 0.10.0)

HttpMessage::getResponseCodeGet response code

Опис

public int HttpMessage::getResponseCode ( void )

Get the Response Code of the Message.

Значення, що повертаються

Returns the HTTP response code if the message is of type HttpMessage::TYPE_RESPONSE, else FALSE.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top