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 JSON-RPC server.

Jyxo\Rpc\Server
Extended by Jyxo\Rpc\Json\Server
Namespace: Jyxo\Rpc\Json
Category: Jyxo
Package: Jyxo\Rpc
Subpackage: Json
Copyright: Copyright (c) 2005-2011 Jyxo, s.r.o.
License: https://github.com/jyxo/php/blob/master/license.txt
Author: Jan Pěček
Located at Rpc/Json/Server.php
Methods summary
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 JSON-RPC response.

Processes a request and sends a JSON-RPC response.

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