PEAR_REST::getCache()

PEAR_REST::getCache()  -- getCache

概要

require_once '/REST.php';

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

説明

リモートリソースのキャッシュの内容を取得します。 リソースがキャッシュされていない場合は PEAR_Error を返します。

パラメータ

string $url

REST リソースの URL。

例外・エラー

エラー時に PEAR_Error オブジェクトを返します。

注意

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