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

Class: XML_RPC_Response

Source Location: /modules/pearxmlrpc/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.5.1

Copyright:

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

Variables

Methods


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



Tags:

author:  Daniel Convissor <danielc@php.net>
author:  Stig Bakken <stig@php.net>
author:  Edd Dumbill <edd@usefulinc.com>
author:  Martin Jansen <mj@php.net>
version:  Release: 1.5.1
copyright:  1999-2001 Edd Dumbill, 2001-2006 The PHP Group
link:  http://pear.php.net/package/XML_RPC


[ Top ]


Class Variables

$fn =

[line 1078]


Type:   mixed


[ Top ]

$fs =

[line 1079]


Type:   mixed


[ Top ]

$hdrs =

[line 1080]


Type:   mixed


[ Top ]

$xv =

[line 1077]


Type:   mixed


[ Top ]



Class Methods


constructor XML_RPC_Response [line 1085]

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



Parameters:

   $val  
   $fcode  
   $fstr  

[ Top ]

method faultCode [line 1098]

int faultCode( )



Tags:

return:  the error code


[ Top ]

method faultString [line 1110]

string faultString( )



Tags:

return:  the error string


[ Top ]

method serialize [line 1126]

string serialize( )



Tags:

return:  the error message in XML format


[ Top ]

method value [line 1118]

mixed value( )



Tags:

return:  the value


[ Top ]


Documentation generated on Thu, 12 Feb 2009 08:00:07 +0900 by phpDocumentor 1.4.2