PEAR_REST::getCache()

PEAR_REST::getCache()  -- getCache

概要

require_once '/REST.php';

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

説明

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

パラメータ

string $url

REST resource URL

例外・エラー

throws PEAR_Error object returned on error.

注意

この関数は、スタティックにコールする ことはできません。