XML_RPC
[ class tree: XML_RPC ] [ index: XML_RPC ] [ all elements ]

Class: XML_RPC_Server

Source Location: /XML_RPC-1.2.0RC7/Server.php

Class Overview




Author(s):

Version:

  • Release: @package_version@

Copyright:

  • 1999-2001 Edd Dumbill

Variables

Methods


Inherited Variables

Inherited Methods


Class Details

[line 246]


[ Top ]


Class Variables

$debug =  0

[line 250]


Type:   mixed


[ Top ]

$dmap = array()

[line 248]


Type:   mixed


[ Top ]

$encoding =  ''

[line 249]


Type:   mixed


[ Top ]



Method Detail

XML_RPC_Server (Constructor)   [line 255]

void XML_RPC_Server( mixed $dispMap, [mixed $serviceNow = 1], [mixed $debug = 0])


[ Top ]

echoInput   [line 457]

void echoInput( )

Echos back the input packet as a string value
  • Return: Useful for debugging.

[ Top ]

parseRequest   [line 358]

object a parseRequest( [mixed $data = ''])

  • Return: new XML_RPC_Response object

[ Top ]

serializeDebug   [line 279]

string serializeDebug( )

  • Return: the debug information if debug debug mode is on

[ Top ]

service   [line 308]

void service( )

Print out the result

The encoding and content-type are determined by XML_RPC_Message::getEncoding()


[ Top ]

verifySignature   [line 323]

array verifySignature( mixed $in, mixed $sig)


[ Top ]


Documentation generated on Tue, 22 Feb 2005 01:20:09 -0500 by phpDocumentor 1.2.3. PEAR Logo Copyright © PHP Group 2004.