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

Class: XML_RPC_Response

Source Location: /XML_RPC-1.3.3/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: 1.3.3

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 929]
The methods and properties for interpreting responses to XML RPC requests


[ Top ]


Class Variables

$fn =

[line 932]


Type:   mixed


[ Top ]

$fs =

[line 933]


Type:   mixed


[ Top ]

$hdrs =

[line 934]


Type:   mixed


[ Top ]

$xv =

[line 931]


Type:   mixed


[ Top ]



Method Detail

XML_RPC_Response (Constructor)   [line 939]

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


[ Top ]

faultCode   [line 952]

int faultCode( )

  • Return: the error code

[ Top ]

faultString   [line 964]

string faultString( )

  • Return: the error string

[ Top ]

serialize   [line 980]

string serialize( )

  • Return: the error message in XML format

[ Top ]

value   [line 972]

mixed value( )

  • Return: the value

[ Top ]


Documentation generated on Thu, 14 Jul 2005 21:20:20 -0400 by phpDocumentor 1.2.3. PEAR Logo Copyright © PHP Group 2004.