PEAR_Remote::call()
PEAR_Remote::call() -- サーバ関数を実行する
概要
require_once 'PEAR/Remote.php'; |
mixed PEAR_Remote::call (string $method [, mixed $args,...])
説明
パッケージサーバにリモートプロシージャコールを送信し、結果を返します。
パラメータ
- string
$method
サーバのメソッド名。
- mixed
$args,...
サーバのメソッドへのパラメータ。
返り値
mixed -
サーバのメソッドの実行結果を返します。
注意
この関数は、スタティックにコールする
ことはできません。