PEAR Manual
Prev
Chapter 27. PEAR Installer classes
Next
PEAR_REST
Table of Contents
Class Summary
PEAR_REST
-- Intelligently retrieve data, following hyperlinks if necessary, and re-directing
constructor
PEAR_REST::PEAR_REST()
-- PEAR_REST
PEAR_REST::downloadHttp()
-- Efficiently Download a file through HTTP. Returns downloaded file as a string in-memory This is best used for small files
PEAR_REST::getCache()
-- getCache
PEAR_REST::getCacheId()
-- getCacheId
PEAR_REST::retrieveCacheFirst()
-- Retrieve REST data, but always retrieve the local cache if it is available.
PEAR_REST::retrieveData()
-- Retrieve a remote REST resource
PEAR_REST::saveCache()
-- Save the value retrieved from a remote REST resource in the local cache.
PEAR_REST::useLocalCache()
-- useLocalCache
Prev
Home
Next
PEAR_Remote::call()
Up
Class Summary
PEAR_REST