xmlrpc_server_register_introspection_callback

(PHP 4 >= 4.1.0, PHP 5, PHP 7) Register a PHP function to generate documentation bool xmlrpc_server_register_introspection_callback ( resource $server, string $function ) This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP. This function should be used at your own risk.

xmlrpc_server_destroy

(PHP 4 >= 4.1.0, PHP 5, PHP 7) Destroys server resources int xmlrpc_server_destroy ( resource $server ) This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP. This function should be used at your own risk. This function is currently not documented; o

xmlrpc_server_create

(PHP 4 >= 4.1.0, PHP 5, PHP 7) Creates an xmlrpc server resource xmlrpc_server_create ( void ) This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP. This function should be used at your own risk. This function is currently not documented; only its a

xmlrpc_server_call_method

(PHP 4 >= 4.1.0, PHP 5, PHP 7) Parses XML requests and call methods string xmlrpc_server_call_method ( resource $server, string $xml, mixed $user_data [, array $output_options ] ) This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP. This function should be used at your own ri

xmlrpc_server_add_introspection_data

(PHP 4 >= 4.1.0, PHP 5, PHP 7) Adds introspection documentation int xmlrpc_server_add_introspection_data ( resource $server, array $desc ) This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP. This function should be used at your own risk. This func

xmlrpc_parse_method_descriptions

(PHP 4 >= 4.1.0, PHP 5, PHP 7) Decodes XML into a list of method descriptions array xmlrpc_parse_method_descriptions ( string $xml ) This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP. This function should be used at your own risk. This function i

xmlrpc_is_fault

(PHP 4 >= 4.3.0, PHP 5, PHP 7) Determines if an array value represents an XMLRPC fault bool xmlrpc_is_fault ( array $arg ) Parameters: arg Array returned by xmlrpc_decode(). Returns: Returns TRUE if the argument means fault, FALSE otherwise. Fault description is available in $arg["faultString"], fault code is in $arg["faultCode"].

xmlrpc_get_type

(PHP 4 >= 4.1.0, PHP 5, PHP 7) Gets xmlrpc type for a PHP value string xmlrpc_get_type ( mixed $value ) This function is especially useful for base64 and datetime strings. Parameters: value PHP value Returns: Returns the XML-RPC type. This function is EXPERIMENTAL. The behaviour of this function, its name,

xmlrpc_encode

(PHP 4 >= 4.1.0, PHP 5, PHP 7) Generates XML for a PHP value string xmlrpc_encode ( mixed $value ) This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP. This function should be used at your own risk. This function is currently not documented; only i

xmlrpc_encode_request

(PHP 4 >= 4.1.0, PHP 5, PHP 7) Generates XML for a method request string xmlrpc_encode_request ( string $method, mixed $params [, array $output_options ] ) Parameters: method Name of the method to call. params Method parameters compatible with method signature. output_options Array specifying output