Overview

Packages

  • Jyxo_Beholder
  • Jyxo_Charset
  • Jyxo_Color
  • Jyxo_Css
  • Jyxo_ErrorHandling
  • Jyxo_FirePhp
  • Jyxo_Gettext
    • Parser
  • Jyxo_Html
  • Jyxo_Input
    • Chain
    • Filter
    • Validator
  • Jyxo_Mail
    • Email
    • Parser
    • Sender
  • Jyxo_Rpc
    • Json
    • Xml
  • Jyxo_Shell
  • Jyxo_SpamFilter
  • Jyxo_Spl
  • Jyxo_String
  • Jyxo_Svn
  • Jyxo_Time
  • Jyxo_Timer
  • Jyxo_Webdav
  • Jyxo_XmlReader
  • PHP

Classes

  • Jyxo_Rpc_Xml_Client
  • Jyxo_Rpc_Xml_Server

Exceptions

  • Jyxo_Rpc_Xml_Exception
  • Overview
  • Package
  • Class
  • Tree
  • Deprecated

Class Jyxo_Rpc_Xml_Client

Class for sending requests using XML-RPC. Requires xmlrpc and curl PHP extensions.

Jyxo_Rpc_Client
Extended by Jyxo_Rpc_Xml_Client
Category: Jyxo
Package: Jyxo_Rpc
Subpackage: Xml
Copyright: Copyright (c) 2005-2011 Jyxo, s.r.o.
License: https://github.com/jyxo/php/blob/master/license.txt
Author: Jaroslav HanslĂ­k
Located at Rpc/Xml/Client.php
Methods summary
public
# __construct( string $url = '' )

Creates a client instance and eventually sets server address. Also defines default client settings.

Creates a client instance and eventually sets server address. Also defines default client settings.

Parameters

$url
string
Server address
public mixed
# send( string $method, array $params )

Sends request and fetches server's response.

Sends request and fetches server's response.

Parameters

$method
string
Method name
$params
array
Method parameters

Returns

mixed

Throws

BadMethodCallException
If no server address was provided
Jyxo_Rpc_Xml_Exception
On error
Methods inherited from Jyxo_Rpc_Client
disableProfiler(), enableProfiler(), getOption(), process(), profileEnd(), profileStart(), setOption(), setTimeout(), setUrl()
Properties inherited from Jyxo_Rpc_Client
$options, $timeout, $url
Jyxo PHP Library API documentation generated by ApiGen 2.3.0