PHP 8.3.4 Released!

xmlrpc_server_add_introspection_data

(PHP 4 >= 4.1.0, PHP 5, PHP 7)

xmlrpc_server_add_introspection_dataAdds introspection documentation

Description

xmlrpc_server_add_introspection_data(resource $server, array $desc): int
Warning

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.

Warning

This function is currently not documented; only its argument list is available.

add a note

User Contributed Notes 1 note

up
1
giunta dot gaetano at gmail dot com
3 years ago
The format to be used for data in the $desc array is the same as returned by calls to function `xmlrpc_parse_method_descriptions`
To Top