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

Class: XML_RPC_Message

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

Class Overview

XML_RPC_Base
   |
   --XML_RPC_Message



Author(s):

Version:

  • Release: @package_version@

Copyright:

  • 1999-2001 Edd Dumbill

Variables

Methods


Inherited Variables

Inherited Methods

Class: XML_RPC_Base

XML_RPC_Base::raiseError()
PEAR Error handling

Class Details

[line 686]


[ Top ]


Class Variables

$debug =  0

[line 691]


Type:   mixed


[ Top ]

$methodname =

[line 689]


Type:   mixed


[ Top ]

$params = array()

[line 690]


Type:   mixed


[ Top ]

$payload =

[line 688]


Type:   mixed


[ Top ]



Method Detail

XML_RPC_Message (Constructor)   [line 693]

XML_RPC_Message XML_RPC_Message( $meth, [ $pars = 0])


Parameters:

   $meth   — 
   $pars   — 

[ Top ]

addParam   [line 741]

void addParam( $par)


Parameters:

   $par   — 

[ Top ]

createPayload   [line 713]

void createPayload( )


[ Top ]

getEncoding   [line 770]

string getEncoding( string $data)

Determine the XML's encoding via the encoding attribute in the XML declaration

If the encoding parameter is not set or is not ISO-8859-1, UTF-8 or US-ASCII, $XML_RPC_defencoding will be returned.


Parameters:

string   $data   —  the XML that will be parsed

[ Top ]

getNumParams   [line 751]

void getNumParams( )


[ Top ]

getParam   [line 746]

void getParam( $i)


Parameters:

   $i   — 

[ Top ]

method   [line 727]

void method( [ $meth = ''])


Parameters:

   $meth   — 

[ Top ]

parseResponse   [line 802]

void parseResponse( [ $data = ''])


Parameters:

   $data   — 

[ Top ]

parseResponseFile   [line 792]

void parseResponseFile( $fp)


Parameters:

   $fp   — 

[ Top ]

serialize   [line 735]

void serialize( )


[ Top ]

xml_footer   [line 708]

void xml_footer( )


[ Top ]

xml_header   [line 703]

void xml_header( )


[ Top ]


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