PEAR_REST::getCacheId

PEAR_REST::getCacheId() – getCacheId

Synopsis

require_once '/REST.php';

array|false PEAR_REST::getCacheId ( string $url )

Description

REST リソースの HTTP キャッシュ情報を取得します。 キャッシュが見つからなかった場合は FALSE を返します。

Parameter

string $url

REST リソースの URL。

Throws

例外はスローされません。

Note

This function can not be called statically.