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 オブジェクト。

array $options

install/download といったコマンドに渡すオプション。 PEAR_REST で使用できる唯一のオプションは offline で、これはローカルのキャッシュからのみ取得を試み、 リモートリソースを取得しないようにします。

Note

This function can not be called statically.