PEAR_Remote::call()

PEAR_Remote::call() -- Execute a server function

Synopsis

require_once 'PEAR/Remote.php';

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

Beschreibung

Sends a remote procedure call to a package server and returns the result.

Parameter

string $method

Name of the server method

mixed $args,...

server method specific parameters

Rückgabewert

mixed - result of the executed server method

Fehler-Meldungen

Tabelle 28-1. Mögliche Fehler-Arten

Error codeError valueMeaningSolution
 „“  

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.