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
RPC.php
Server.php
Class: XML_RPC_Base
Source Location: /XML_RPC-1.5.5/XML/RPC.php
Class Overview
The common methods and properties for all of the XML_RPC classes
Author(s):
Daniel Convissor <
danielc at php.net
>
Stig Bakken <
stig at php.net
>
Edd Dumbill <
edd at usefulinc.com
>
Martin Jansen <
mj at php.net
>
Version:
Release: @package_version@
Copyright:
1999-2001 Edd Dumbill, 2001-2010 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 551]
The common methods and properties for all of the XML_RPC classes
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: @package_version@
Copyright:
1999-2001 Edd Dumbill, 2001-2010 The PHP Group
Link:
http://pear.php.net/package/XML_RPC
License:
PHP License
[
Top
]
Method Detail
isError
[line 577]
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 558]
object PEAR_Error raiseError( $msg, $code)
PEAR Error handling
Return:
object
Parameters:
$msg
—
$code
—
[
Top
]
Documentation generated on Mon, 11 Mar 2019 15:44:32 -0400 by
phpDocumentor 1.4.4
. PEAR Logo Copyright © PHP Group 2004.