A set of static utilities for handling XML-RPC
Located in /includes/domit/dom_xmlrpc_utilities.php (line 22)
Flips the html translation table
Determines the type of a scalar value
Converts the given scalar value to its XML-RPC equivalent
Determines the type of any XML-RPC value
Determines whether an array is associative or not
Note: PHP converts string keys that look like integers to actual integer keys. This function will thus NOT trap $myArray = array('1'=>'blah'); DON'T use integer string keys, UNLESS you wrap them in a dom_xmlrpc_struct object The following IS considered associative, however: $myArray = array('1.2'=>'blah');
Strips the HTTP headers from the method response
Documentation generated on Fri, 4 Mar 2005 13:56:07 +1000 by phpDocumentor 1.3.0RC3