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.1.0, PHP 5)
xmlrpc_get_type — Gets xmlrpc type for a PHP value
Description
Warning
This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP. This function should be used at your own risk.
This function is especially useful for base64 and datetime strings.
Warning
This function is currently not documented; only its argument list is available.
xmlrpc_get_type
hfuecks at pinkgoblin dot com
16-Aug-2002 05:41
16-Aug-2002 05:41
