constructor PEAR_REST::PEAR_REST

constructor PEAR_REST::PEAR_REST() – PEAR_REST

Synopsis

require_once '/REST.php';

void constructor PEAR_REST::PEAR_REST ( PEAR_Config &$config , array $options = array() )

Description

This package is not documented yet.

Parameter

PEAR_Config &$config

Configuration object

array $options

options passed to commands like install/download. The only option that affects PEAR_REST is offline, which causes all retrievals to look in the local cache without trying to retrieve a remote resource.

Note

This function can not be called statically.

Intelligently retrieve data, following hyperlinks if necessary, and re-directing (Previous) Efficiently Download a file through HTTP. Returns downloaded file as a string in-memory This is best used for small files (Next)
Last updated: Sat, 16 Feb 2019 — Download Documentation
Do you think that something on this page is wrong? Please file a bug report.
View this page in:
  • English

User Notes:

There are no user contributed notes for this page.