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

Class: XML_RPC_Server

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

Class Overview




Author(s):

Version:

  • Release: @package_version@

Copyright:

  • 1999-2001 Edd Dumbill

Variables

Methods


Inherited Variables

Inherited Methods


Class Details

[line 211]


[ Top ]


Class Variables

$debug =  0

[line 215]


Type:   mixed


[ Top ]

$dmap = array()

[line 213]


Type:   mixed


[ Top ]

$encoding =  ''

[line 214]


Type:   mixed


[ Top ]



Method Detail

XML_RPC_Server (Constructor)   [line 217]

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


Parameters:

   $dispMap   — 
   $serviceNow   — 
   $debug   — 

[ Top ]

echoInput   [line 397]

void echoInput( )

echos back the input packet as a string value

Useful for debugging.


[ Top ]

parseRequest   [line 309]

void parseRequest( [ $data = ''])


Parameters:

   $data   — 

[ Top ]

serializeDebug   [line 238]

void serializeDebug( )


[ Top ]

service   [line 265]

void service( )

Print out the result

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

  • See: XML_RPC_Message::getEncoding()

[ Top ]

verifySignature   [line 277]

void verifySignature( $in, $sig)


Parameters:

   $in   — 
   $sig   — 

[ Top ]


Documentation generated on Mon, 11 Mar 2019 14:12:44 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.