xmlrpc_server_add_introspection_data

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

xmlrpc_server_add_introspection_dataAdds introspection documentation

Opis

xmlrpc_server_add_introspection_data ( resource $server , array $desc ) : int
Ostrzeżenie

Ta funkcja jest w stadium EKSPERYMENTALNYM. Oznacza to, że zachowanie funkcji, jej nazwa, w zasadzie wszystko udokumentowane tutaj może zostać zmienione w przyszłych wersjach PHP bez wcześniejszego uprzedzenia. Używaj tej funkcji na własne ryzyko.

Ostrzeżenie

Ta funkcja jest obecnie nieudokumentowana, dostępna jest jedynie lista jej argumentów.

add a note add a note

User Contributed Notes 1 note

up
0
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