Dutch PHP Conference 2025 - Call For Papers

xmlrpc_parse_method_descriptions

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

xmlrpc_parse_method_descriptionsDecodes XML into a list of method descriptions

Опис

xmlrpc_parse_method_descriptions(string $xml): array
Увага

Ця функція — ЕКСПЕРИМЕНТАЛЬНА. Її поведінка, назва та документація можуть бути змінені без попередження в майбутніх випусках PHP. Використання цієї функції є ризикованим для розробника.

Увага

Наразі ця функція не документована. Доступний лише список її параметрів.

add a note

User Contributed Notes 1 note

up
-1
giunta dot gaetano at gmail dot com
3 years ago
The format for the xml string is the same that has to be returned by functions registered via calls to `xmlrpc_server_register_introspection_callback`.

It is documented at http://xmlrpc-epi.sourceforge.net/specs/rfc.system.describeMethods.php
To Top