43 require_once
'XML/RPC2/Exception.php';
44 require_once
'XML/RPC2/Backend.php';
70 $xmlrpcTypes = array(
'int',
'boolean',
'string',
'double',
'datetime',
'base64',
'struct',
'array');
71 if (in_array($explicitType, $xmlrpcTypes)) {
static createFromNative($value, $explicitType=null)
Factory method that constructs the appropriate XML-RPC encoded type value.
static getValueClassname()
Include the relevant php files for the value class, and return the backend value class name...