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

Class: XML_RPC_Message

Source Location: /XML_RPC-1.2.0RC1/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 644]


[ Top ]


Class Variables

$debug =  0

[line 649]


Type:   mixed


[ Top ]

$methodname =

[line 647]


Type:   mixed


[ Top ]

$params = array()

[line 648]


Type:   mixed


[ Top ]

$payload =

[line 646]


Type:   mixed


[ Top ]



Method Detail

XML_RPC_Message (Constructor)   [line 651]

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


Parameters:

   $meth   — 
   $pars   — 

[ Top ]

addParam   [line 699]

void addParam( $par)


Parameters:

   $par   — 

[ Top ]

createPayload   [line 671]

void createPayload( )


[ Top ]

getEncoding   [line 728]

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 709]

void getNumParams( )


[ Top ]

getParam   [line 704]

void getParam( $i)


Parameters:

   $i   — 

[ Top ]

method   [line 685]

void method( [ $meth = ''])


Parameters:

   $meth   — 

[ Top ]

parseResponse   [line 760]

void parseResponse( [ $data = ''])


Parameters:

   $data   — 

[ Top ]

parseResponseFile   [line 750]

void parseResponseFile( $fp)


Parameters:

   $fp   — 

[ Top ]

serialize   [line 693]

void serialize( )


[ Top ]

xml_footer   [line 666]

void xml_footer( )


[ Top ]

xml_header   [line 661]

void xml_header( )


[ Top ]


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