previousPEAR_Remote::PEAR_Remote (Previous) (Next) PEAR Installer: customizing the installer itselfnext

View this page in Last updated: Sun, 18 Oct 2009
English | Brazilian Portuguese | Chinese | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

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.

previousPEAR_Remote::PEAR_Remote (Previous) (Next) PEAR Installer: customizing the installer itselfnext

Download Documentation Last updated: Sun, 18 Oct 2009
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.