PEAR_Remote::call

PEAR_Remote::call() – サーバ関数を実行する

Synopsis

require_once 'PEAR/Remote.php';

mixed PEAR_Remote::call ( string $method , mixed $args,... )

Description

パッケージサーバにリモートプロシージャコールを送信し、結果を返します。

Parameter

string $method

サーバのメソッド名。

mixed $args,...

サーバのメソッドへのパラメータ。

Return value

mixed - サーバのメソッドの実行結果を返します。

Throws

Possible PEAR_Error values
エラーコード エラーの値 意味 対応
  "    

Note

This function can not be called statically.