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 — Gets xmlrpc type for a PHP value
Descripción
Warning
Esta función es EXPERIMENTAL. Esto significa que el comportamiento de esta función, el nombre de esta función y en definitiva TODO lo documentado sobre esta función, puede cambiar en una futura version de PHP SIN AVISO. La advertencia queda hecha, y utilizar esta extensión queda bajo su propia responsabilidad.
This function is especially useful for base64 and datetime strings.
Warning
Esta función no está documentada actualmente, solamente se encuentra disponible la lista de parámetros.
xmlrpc_get_type
hfuecks at pinkgoblin dot com
16-Aug-2002 07:41
16-Aug-2002 07:41
