CakeFest 2024: The Official CakePHP Conference

xmlrpc_server_add_introspection_data

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

xmlrpc_server_add_introspection_dataAggiunge documentazione introspettiva

Descrizione

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

Questa funzione è SPERIMENTALE. Ovvero, il comportamento di questa funzione, il nome di questa funzione, in definitiva tutto ciò che è documentato qui può cambiare nei futuri rilasci del PHP senza preavviso. Siete avvisati, l'uso di questa funzione è a vostro rischio.

Avviso

Questa funzione, al momento non è documentata; è disponibile soltanto la lista degli argomenti.

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