PEAR_Remote::call()

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

Referentiesamenvatting

require_once 'PEAR/Remote.php';

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

Beschrijving

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

Return waarde

mixed - result of the executed server method

Throws

Tabel 28-1. Mogelijke PEAR_Error waarden

Error codeError valueMeaningSolution
 ""  

Note

Deze functie kan niet statisch worden aangeroepen.