Overview

Namespaces

  • Jyxo
    • Beholder
      • TestCase
    • Gettext
      • Parser
    • Input
      • Chain
      • Filter
      • Validator
    • Mail
      • Email
        • Attachment
      • Parser
      • Sender
    • Rpc
      • Json
      • Xml
    • Shell
    • Spl
    • Svn
    • Time
    • Webdav
  • PHP

Classes

  • Client
  • Server

Exceptions

  • Exception
  • Overview
  • Namespace
  • Class
  • Tree
  • Deprecated

Class Server

Class for creating a XML-RPC server.

Jyxo\Rpc\Server
Extended by Jyxo\Rpc\Xml\Server
Namespace: Jyxo\Rpc\Xml
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/Server.php
Methods summary
protected
# __construct( )

Creates a class instance.

Creates a class instance.

public
# __destruct( )

Destroys a class instance.

Destroys a class instance.

protected
# register( string $func )

Actually registers a function to a server method.

Actually registers a function to a server method.

Parameters

$func
string
Function definition
public
# process( )

Processes a request and sends a XML-RPC response.

Processes a request and sends a XML-RPC response.

Methods inherited from Jyxo\Rpc\Server
__clone(), call(), enableLogging(), getInstance(), registerClass(), registerFunc(), registerMethod()
Jyxo PHP Library API documentation generated by ApiGen 2.3.0