PEAR_Remote::call() -- Execute a server function
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
Hinweise
Diese Methode kann nicht
statisch aufgerufen werden.