HttpMessage::getResponseCode

(PECL pecl_http >= 0.10.0)

HttpMessage::getResponseCodeConsultar código de respuesta

Descripción

public int HttpMessage::getResponseCode ( void )

Consulta el Código de Respuesta del Mensaje.

Valores devueltos

Si el mensaje es del tipo HttpMessage::TYPE_RESPONSE, devuelve el código de respuesta HTTP, y si no, FALSE.

add a note add a note

User Contributed Notes

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