PEAR_REST::getCache

PEAR_REST::getCache() – getCache

Synopsis

require_once '/REST.php';

mixed|false PEAR_REST::getCache ( string $url )

Description

Récupère le contenu du cache pour une ressource distante, ou une erreur PEAR_Error si la ressource n'a pas été mise en cache.

Parameter

string $url

URL de la ressource

Throws

Un objet PEAR_Error est retourné si une erreur survient.

Note

This function can not be called statically.