PEAR_Remote::call

PEAR_Remote::call() – Execute a server function

Synopsis

require_once 'PEAR/Remote.php';

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

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

Throws

Possible PEAR_Error values
Error code Error value Meaning Solution
  "    

Note

This function can not be called statically.

constructor (Previous) PEAR_REST (Next)
Last updated: Sat, 16 Feb 2019 — Download Documentation
Do you think that something on this page is wrong? Please file a bug report.
View this page in:
  • English

User Notes:

There are no user contributed notes for this page.