[Zend_XmlRpc] element index

Package indexes

All elements
a b c d e f g i m s u v z _
_
top
Variable $_as_xml
XML code representation of this object (will be calculated only once)
Variable $_type
The native XML-RPC type of this object
Variable $_value
The native XML-RPC representation of this object's value
Method __construct
Set the value of a string native type
Method __construct
Set the value of an struct native type
Method __construct
Set the value of an integer native type
Method __construct
Set the value of a double native type
Method __construct
Set the value of a base64 native type We keep this value in base64 encoding
Method __construct
Set the value of a boolean native type We hold the boolean type as an integer (0 or 1)
Method __construct
Set the value of a collection type (array and struct) native types
Method __construct
Set the value of a dateTime.iso8601 native type, The value is in iso8601 format
Method __construct
Set the value of an array native type
a
top
Page Array.php
Array.php in Array.php
b
top
Page Base64.php
Base64.php in Base64.php
Page Boolean.php
Boolean.php in Boolean.php
c
top
Page Client.php
Client.php in Client.php
Page Collection.php
Collection.php in Collection.php
d
top
Page DateTime.php
DateTime.php in DateTime.php
Page Double.php
Double.php in Double.php
e
top
Page Exception.php
Exception.php in Exception.php
Page Exception.php
Exception.php in Exception.php
Page Exception.php
Exception.php in Exception.php
f
top
Method faultCode
In case there was a failure in the request, this function gets the failure code
Method faultString
In case there was a failure in the request, this function gets the failure string
g
top
Method getAsXML
Return the XML code that represent struct native MXL-RPC value
Method getAsXML
Return the XML code that represent an array native MXL-RPC value
Method getAsXML
Return the XML code that represent a scalar native MXL-RPC value
Method getAsXML
Return the XML code that represent a native MXL-RPC value
Method getType
Get the native XML-RPC type (the type is one of the Zend_XmlRpc_Value::XMLRPC_TYPE_* constants)
Method getValue
Return the value of this object, convert the XML-RPC native value into a PHP variable
Method getValue
Return the value of this object, convert the XML-RPC native string value into a PHP string Decode all encoded risky XML entities back to normal characters
Method getValue
Return the value of this object, convert the XML-RPC native integer value into a PHP integer
Method getValue
Return the value of this object, convert the XML-RPC native base64 value into a PHP string We return this value decoded (a normal string)
Method getValue
Return the value of this object, convert the XML-RPC native boolean value into a PHP boolean
Method getValue
Return the value of this object, convert the XML-RPC native collection values into a PHP array
Method getValue
Return the value of this object, convert the XML-RPC native double value into a PHP float
Method getValue
Return the value of this object, convert the XML-RPC native dateTime value into a PHP integer (unix timestamp representation of the iso8601 date format)
Method getXmlRpcValue
Creates a Zend_XmlRpc_Value* object, representing a native XML-RPC value
i
top
Page Integer.php
Integer.php in Integer.php
m
top
Class Constant XMLRPC_TYPE_ARRAY
Class Constant XMLRPC_TYPE_BASE64
Class Constant XMLRPC_TYPE_BOOLEAN
Class Constant XMLRPC_TYPE_DATETIME
Class Constant XMLRPC_TYPE_DOUBLE
Class Constant XMLRPC_TYPE_I4
All the XML-RPC native types
Class Constant XMLRPC_TYPE_INTEGER
Class Constant XMLRPC_TYPE_STRING
Class Constant XMLRPC_TYPE_STRUCT
Class Constant XML_STRING
Specify that the XML-RPC value will be parsed out from a given XML code
s
top
Page Scalar.php
Scalar.php in Scalar.php
Page String.php
String.php in String.php
Page Struct.php
Struct.php in Struct.php
u
top
Class Constant AUTO_DETECT_TYPE
Specify that the XML-RPC native type will be auto detected from a PHP variable type
v
top
Page Value.php
Value.php in Value.php
z
top
Class Zend_XmlRpc_Exception
Zend_XmlRpc_Exception in Exception.php
Class Zend_XmlRpc_Client_Exception
ZXmlRpcClientException add 2 functions for handling the fault response of failed XML-RPC requests The fault response has 2 parameters, the fault code and fault string
Class Zend_XmlRpc_Value
Zend_XmlRpc_Value in Value.php
Represent a native XML-RPC value entity, used as parameters for the methods called by the Zend_XmlRpc_Client object and as the return value for those calls.
Class Zend_XmlRpc_Value_Array
Class Zend_XmlRpc_Value_Base64
Class Zend_XmlRpc_Value_Boolean
Class Zend_XmlRpc_Value_Collection
Class Zend_XmlRpc_Value_DateTime
Class Zend_XmlRpc_Value_Double
Class Zend_XmlRpc_Value_Exception
Class Zend_XmlRpc_Value_Integer
Class Zend_XmlRpc_Value_Scalar
Class Zend_XmlRpc_Value_String
Class Zend_XmlRpc_Value_Struct
a b c d e f g i m s u v z _