XML_RPC
[
class tree: XML_RPC
] [
index: XML_RPC
] [
all elements
]
Packages:
XML_RPC
Classes:
XML_RPC_Base
XML_RPC_Client
XML_RPC_Dump
XML_RPC_Message
XML_RPC_Response
XML_RPC_Server
XML_RPC_Value
Files:
Dump.php
protoport.php
RPC.php
Server.php
test_Dump.php
Class: XML_RPC_Base
Source Location: /XML_RPC-1.3.0RC3/RPC.php
Class Overview
The common methods and properties for all of the XML_RPC classes
Author(s):
Daniel Convissor <
mailto:danielc at php.net
>
Stig Bakken <
mailto:stig at php.net
>
Martin Jansen <
mailto:mj at php.net
>
Edd Dumbill <
mailto:edd at usefulinc.com
>
Version:
Release: @package_version@
Copyright:
1999-2001 Edd Dumbill, 2001-2005 The PHP Group
Methods
isError
raiseError
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
Inherited Variables
Inherited Methods
Class Details
[line 462]
The common methods and properties for all of the XML_RPC classes
Version:
Release: @package_version@
Link:
http://pear.php.net/package/XML_RPC
Copyright:
1999-2001 Edd Dumbill, 2001-2005 The PHP Group
Author:
Daniel Convissor <
mailto:danielc@php.net
>
Author:
Stig Bakken <
mailto:stig@php.net
>
Author:
Martin Jansen <
mailto:mj@php.net
>
Author:
Edd Dumbill <
mailto:edd@usefulinc.com
>
[
Top
]
Method Detail
isError
[line 488]
bool isError( mixed $value)
Tell whether something is a PEAR_Error object
Return:
whether $value is a PEAR_Error object or not
Access:
public
Parameters:
mixed
$value
—
the item to check
[
Top
]
raiseError
[line 469]
object PEAR_Error raiseError( mixed $msg, mixed $code)
PEAR Error handling
Return:
object
[
Top
]
Documentation generated on Mon, 09 May 2005 20:00:09 -0400 by
phpDocumentor 1.2.3
. PEAR Logo Copyright © PHP Group 2004.