File/RPC/RPC.php

Description

The Horde_RPC:: class provides a set of server and client methods for RPC communication.

TODO:

  • Introspection documentation and method signatures.
EXAMPLE:
  1.  $response Horde_RPC::request('xmlrpc',
  2.                                 'http://localhost:80/horde/rpc.php',
  3.                                 'contacts.search',
  4.                                 array(array('jan')array('localsql'),
  5.                                       array('name''email')),
  6.                                 array('user' => Auth::getAuth(),
  7.                                       'pass' => Auth::getCredential('password')));

$Horde: framework/RPC/RPC.php,v 1.7.10.18 2009/06/16 15:28:04 jan Exp $

Copyright 2002-2009 The Horde Project (http://www.horde.org/)

See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.

Classes
Class Description
 class Horde_RPC The Horde_RPC:: class provides a set of server and client methods for RPC communication.

Documentation generated on Sun, 30 Jan 2011 05:21:02 +0000 by phpDocumentor 1.4.3