PEAR_REST::getCache()

PEAR_REST::getCache()  -- getCache

Synopsis

require_once '/REST.php';

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

Beschreibung

Retrieve the cache contents for a remote resource, or a PEAR_Error if the resource was not cached.

Parameter

string $url

REST resource URL

Fehler-Meldungen

throws PEAR_Error object returned on error.

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.