xmlrpc_server_method_signature

function xmlrpc_server_method_signature

xmlrpc_server_method_signature($methodname)

Returns one method signature for a function.

This is the function mapped to the XML-RPC method system.methodSignature.

A method signature is an array of the input and output types of a method. For instance, the method signature of this function is array('array', 'string'), because it takes an array and returns a string.

Parameters

string $methodname: Name of method to return a method signature for.

Return value

array An array of arrays of types, each of the arrays representing one method signature of the function that $methodname maps to.

File

includes/登录查看完整内容