This function returns the type of a PHP variable in XML-RPC terms. It won't "spot" base64 or iso8601 types unless they have been defined using xmlrpc_set_type().
For iso8601 type it returns "datetime".
Otherwise it returns strings corresponding directly the XML-RPC data types e.g. "struct","int","string","base64" etc.
xmlrpc_get_type
(PHP 4 >= 4.0.7, PHP 5)
xmlrpc_get_type — Riceve il tipo di xmlrpc per un valore PHP. Maggiormente ì usato per le stringhe base64 e datetime
Descrizione
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.
xmlrpc_get_type
hfuecks at pinkgoblin dot com
16-Aug-2002 10:41
16-Aug-2002 10:41
