PEAR_Remote | PEAR_REST |
PEAR_Remote | |
PEAR Manual | |
require_once 'PEAR/Remote.php'; |
mixed PEAR_Remote::call (
string $method
, mixed $args,...
)
Sends a remote procedure call to a package server and returns the result.
Name of the server method
server method specific parameters
mixed - result of the executed server method
Error code | Error value | Meaning | Solution |
" |
This function can not be called statically.
PEAR_Remote | PEAR_REST |
PEAR_Remote | |
PEAR Manual | |