PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

xmlrpc_is_fault> <xmlrpc_encode
Last updated: Fri, 22 Aug 2008

view this page in

xmlrpc_get_type

(PHP 4 >= 4.0.7, PHP 5)

xmlrpc_get_typePega o tipo xmlrpc para um valor do PHP

Descrição

string xmlrpc_get_type ( mixed $value )
Aviso

Esta função é EXPERIMENTAL. O comportamento desta função, seu nome, incluindo toda documentação pode ser modificado sem aviso em futuras versões do PHP. Esta função deve ser usada por sua própria conta e risco.

Essa função é especialmente útil para strings datetime e base64.

Aviso

Esta função não está documentada; somente a lista de argumentos está disponível.



add a note add a note User Contributed Notes
xmlrpc_get_type
hfuecks at pinkgoblin dot com
16-Aug-2002 07:41
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_is_fault> <xmlrpc_encode
Last updated: Fri, 22 Aug 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites