PEAR_Remote::call() -- Execute a server function
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
Note
Deze functie kan niet statisch worden aangeroepen.