Search Results
Found A Problem? Learn How To Improve This Page • Submit a Pull Request • Report a Bug + add a note User Contributed Notes There are no user contributed notes for this page.
xmlrpc_decode_request 15 nov. 2018 29 fois (PHP 4 >= 4.1.0, PHP 5, PHP 7) xmlrpc_decode_request — Décode le code XML en variables PHP natives
XML-RPC xmlrpc_decode - Decodes XML into native PHP types xmlrpc_decode_request - Decodes XML into native PHP types xmlrpc_encode - Generates XML for a PHP value xmlrpc_encode_request - Generates XML for a method request xmlrpc_get_type - Gets xmlrpc type for a PHP value xmlrpc_is_fault - Determines if an array value represents an XMLRPC fault
See Also xmlrpc_encode_request () - Generates XML for a method request xmlrpc_is_fault () - Determines if an array value represents an XMLRPC fault
xmlrpc_server_register_method — Register a PHP function to resource method matching method_name xmlrpc_set_type — Sets xmlrpc type, base64 or datetime, for a PHP string value
This function works exactly the same as xmlrpc_decode () except it gives you access to the method being called as well (xmlrpc_decode () only outputs the params from the XML-RPC call).
Use this with an XML-RPC client to decode a server response into native PHP variables. It will automatically translate the response XML-RPC data types into their PHP equivalents.
