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

Class: XML_RPC_Response

Source Location: /XML_RPC-1.4.5/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.4.5

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


[ Top ]


Class Variables

$fn =

[line 1022]


Type:   mixed


[ Top ]

$fs =

[line 1023]


Type:   mixed


[ Top ]

$hdrs =

[line 1024]


Type:   mixed


[ Top ]

$xv =

[line 1021]


Type:   mixed


[ Top ]



Method Detail

XML_RPC_Response (Constructor)   [line 1029]

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


[ Top ]

faultCode   [line 1042]

int faultCode( )

  • Return: the error code

[ Top ]

faultString   [line 1054]

string faultString( )

  • Return: the error string

[ Top ]

serialize   [line 1070]

string serialize( )

  • Return: the error message in XML format

[ Top ]

value   [line 1062]

mixed value( )

  • Return: the value

[ Top ]


Documentation generated on Sat, 14 Jan 2006 18:02:55 -0500 by phpDocumentor 1.2.3. PEAR Logo Copyright © PHP Group 2004.