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

Class: XML_RPC_Response

Source Location: /XML_RPC-1.2.0RC6/RPC.php

Class Overview

XML_RPC_Base
   |
   --XML_RPC_Response



Author(s):

Version:

  • Release: @package_version@

Copyright:

  • 1999-2001 Edd Dumbill

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 864]


[ Top ]


Class Variables

$fn =

[line 867]


Type:   mixed


[ Top ]

$fs =

[line 868]


Type:   mixed


[ Top ]

$hdrs =

[line 869]


Type:   mixed


[ Top ]

$xv =

[line 866]


Type:   mixed


[ Top ]



Method Detail

XML_RPC_Response (Constructor)   [line 874]

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


[ Top ]

faultCode   [line 887]

int faultCode( )

  • Return: the error code

[ Top ]

faultString   [line 899]

string faultString( )

  • Return: the error string

[ Top ]

serialize   [line 915]

string serialize( )

  • Return: the error message in XML format

[ Top ]

value   [line 907]

mixed value( )

  • Return: the value

[ Top ]


Documentation generated on Mon, 11 Apr 2005 15:16:36 -0400 by phpDocumentor 1.2.3. PEAR Logo Copyright © PHP Group 2004.