CakeFest 2024: The Official CakePHP Conference

OAuth::getLastResponseInfo

(PECL OAuth >= 0.99.1)

OAuth::getLastResponseInfoObtiene la información HTTP sobre la última respuesta

Descripción

public OAuth::getLastResponseInfo(): array

Obtiene la información HTTP sobre la última respuesta.

Parámetros

Esta función no tiene parámetros.

Valores devueltos

Devuelve un array conteniendo la información de respuesta de la última petición. Constantes de curl_getinfo() pueden ser usadas.

Ver también

add a note

User Contributed Notes

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