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

Class: XML_RPC2_ClientHelper

Source Location: /XML_RPC2-1.1.2/XML/RPC2/ClientHelper.php

Class Overview


XML_RPC2 client helper class.


Author(s):

Copyright:

  • 2004-2006 Sergio Carvalho

Methods


Inherited Variables

Inherited Methods


Class Details

[line 61]
XML_RPC2 client helper class.

XML_RPC2_Client must maintain a function namespace as clean as possible. As such whenever possible, methods that may be usefull to subclasses but shouldn't be defined in XML_RPC2 because of namespace pollution are defined here.



[ Top ]


Method Detail

printPostRequestDebugInformation   [line 90]

void printPostRequestDebugInformation( mixed $result)

Display debug informations (part 2)
  • Access: public

Parameters:

mixed   $result   —  decoded server response

[ Top ]

printPreParseDebugInfo   [line 71]

void printPreParseDebugInfo( string $request, string $body)

Display debug informations
  • Access: public

Parameters:

string   $request   —  XML client request
string   $body   —  XML server response

[ Top ]

testMethodName   [line 110]

boolean testMethodName( string $methodName)

Return true is the given method name is ok with XML/RPC spec.

NB : The '___' at the end of the method name is to avoid collisions with XMLRPC __call()

  • Return: true if ok
  • Access: public

Parameters:

string   $methodName   —  method name

[ Top ]


Documentation generated on Mon, 11 Mar 2019 15:56:38 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.