PEAR_Remote::call() -- Execute a server function
Description
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 value
mixed -
result of the executed server method
Note
This function can not be called
statically.