PEAR_REST::getCacheId

PEAR_REST::getCacheId() – getCacheId

Synopsis

require_once '/REST.php';

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

Description

Récupère les informations du cache HTTP pour une ressource REST, ou FALSE si aucun cache n'est trouvé.

Parameter

string $url

URL de la ressource REST

Throws

No exceptions thrown.

Note

This function can not be called statically.