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

Class: XML_RPC_Base

Source Location: /modules/pearxmlrpc/rpc.php

Class Overview


The common methods and properties for all of the XML_RPC classes


Author(s):

Version:

  • Release: 1.5.1

Copyright:

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

Methods


Child classes:

XML_RPC_Client
The methods and properties for submitting XML RPC requests
XML_RPC_Response
The methods and properties for interpreting responses to XML RPC requests
XML_RPC_Message
The methods and properties for composing XML RPC messages
XML_RPC_Value
The methods and properties that represent data in XML RPC format

Class Details

[line 585]
The common methods and properties for all of the XML_RPC classes



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 Methods


method isError [line 606]

bool isError( mixed $value)

Tell whether something is a PEAR_Error object



Tags:

return:  whether $value is a PEAR_Error object or not
access:  public


Parameters:

mixed   $value   the item to check

[ Top ]

method raiseError [line 592]

object PEAR_Error raiseError( $msg, $code)

PEAR Error handling



Tags:

return:  object


Parameters:

   $msg  
   $code  

[ Top ]


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