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() – Ejecuta una función de servidor

Synopsis

require_once 'PEAR/Remote.php';

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

Description

Envía una llamada de procedimiento remoto a un servidor de paquetes y devuelve el resultado.

Parameter

string $method

Nombre del método servidor

mixed $args,...

parámetros específicos del método servidor

Return value

mixed - resultado del método servidor ejecutado

Throws

Possible PEAR_Error values
Código error Valor error Significado Solución
  "    

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.