File: Dump.php
Source Location: /XML_RPC-1.5.5/XML/RPC/Dump.php
Classes:
XML_RPC_Dump
Class which generates a dump of a XML_RPC_Value object
Page Details:
Function and class to dump XML_RPC_Value objects in a nice way
Should be helpful as a normal var_dump(..) displays all internals which doesn't really give you an overview due to too much information.
Includes:
XML_RPC_Dump [line 33]
void XML_RPC_Dump(
object $value)
|
|
Generates the dump of the XML_RPC_Value and echoes it
Parameters
| object |
$value |
the XML_RPC_Value object to dump |
Documentation generated on Sat, 27 Aug 2011 03:00:02 +0000 by phpDocumentor 1.4.3. PEAR Logo Copyright © PHP Group 2004.
|