PEAR_REST::getCache

PEAR_REST::getCache() – getCache

Synopsis

require_once '/REST.php';

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

Description

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

Parameter

string $url

REST リソースの URL。

Throws

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

Note

This function can not be called statically.