constructor PEAR_REST::PEAR_REST()

constructor PEAR_REST::PEAR_REST()  -- PEAR_REST

概要

require_once '/REST.php';

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

説明

このパッケージに関する文書は、未作成です。

パラメータ

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.

注意

この関数は、スタティックにコールする ことはできません。