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

Class: XML_RPC_Response

Source Location: /XML_RPC-1.5.5/XML/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-2010 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 1046]
The methods and properties for interpreting responses to XML RPC requests


[ Top ]


Class Variables

$fn =

[line 1049]


Type:   mixed


[ Top ]

$fs =

[line 1050]


Type:   mixed


[ Top ]

$hdrs =

[line 1051]


Type:   mixed


[ Top ]

$xv =

[line 1048]


Type:   mixed


[ Top ]



Method Detail

XML_RPC_Response (Constructor)   [line 1056]

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


Parameters:

   $val   — 
   $fcode   — 
   $fstr   — 

[ Top ]

faultCode   [line 1069]

int faultCode( )

  • Return: the error code

[ Top ]

faultString   [line 1081]

string faultString( )

  • Return: the error string

[ Top ]

serialize   [line 1097]

string serialize( )

  • Return: the error message in XML format

[ Top ]

value   [line 1089]

mixed value( )

  • Return: the value

[ Top ]


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