CakeFest 2024: The Official CakePHP Conference

xmlrpc_server_add_introspection_data

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

xmlrpc_server_add_introspection_data添加自我描述文档

说明

xmlrpc_server_add_introspection_data(resource $server, array $desc): int
警告

此函数是实验性的。此函数的表象,包括名称及其相关文档都可能在未来的 PHP 发布版本中未通知就被修改。使用本函数风险自担。

警告

本函数还未编写文档,仅有参数列表。

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