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

Class: XML_RPC_Response

Source Location: /XML_RPC-1.3.0RC3/RPC.php

Class Overview

XML_RPC_Base
   |
   --XML_RPC_Response

The methods and properties for interpreting responses to XML RPC requests


Author(s):

Version:

  • Release: @package_version@

Copyright:

  • 1999-2001 Edd Dumbill, 2001-2005 The PHP Group

Variables

Methods


Inherited Variables

Inherited Methods

Class: XML_RPC_Base

XML_RPC_Base::isError()
Tell whether something is a PEAR_Error object
XML_RPC_Base::raiseError()
PEAR Error handling

Class Details

[line 925]
The methods and properties for interpreting responses to XML RPC requests


[ Top ]


Class Variables

$fn =

[line 928]


Type:   mixed


[ Top ]

$fs =

[line 929]


Type:   mixed


[ Top ]

$hdrs =

[line 930]


Type:   mixed


[ Top ]

$xv =

[line 927]


Type:   mixed


[ Top ]



Method Detail

XML_RPC_Response (Constructor)   [line 935]

void XML_RPC_Response( mixed $val, [mixed $fcode = 0], [mixed $fstr = ''])


[ Top ]

faultCode   [line 948]

int faultCode( )

  • Return: the error code

[ Top ]

faultString   [line 960]

string faultString( )

  • Return: the error string

[ Top ]

serialize   [line 976]

string serialize( )

  • Return: the error message in XML format

[ Top ]

value   [line 968]

mixed value( )

  • Return: the value

[ Top ]


Documentation generated on Mon, 09 May 2005 20:00:10 -0400 by phpDocumentor 1.2.3. PEAR Logo Copyright © PHP Group 2004.