Static Public Member Functions | |
| static | encode_arg ($params, $arg) |
| static | decode_args ($value) |
XMLRPC Utility class
Definition at line 11 of file xmlrpcutils.php.
| static XMLRPCUtils::decode_args | ( | $ | value | ) | [static] |
Decode the value of a response parameter using the datatype specified in the XML element.
| SimpleXMLElement | $value A "value" element from the XMLRPC response |
Definition at line 74 of file xmlrpcutils.php.
Referenced by XMLRPCClient::__call(), and XMLRPCServer::act_xmlrpc_call().
| static XMLRPCUtils::encode_arg | ( | $ | params, | |
| $ | arg | |||
| ) | [static] |
Encode a variable value into the parameters of the XML tree
| SimpleXMLElement | $params The parameter to add the value elements to. | |
| mixed | $arg The value to encode |
Definition at line 20 of file xmlrpcutils.php.
Referenced by XMLRPCClient::__call(), and XMLRPCServer::act_xmlrpc_call().
1.7.1