★ wanayoo — archive 1999 http://fr.php.net/manual/ja/function.xmlrpc-get-type.phpNouvelle recherche | Portail wanayoo
PHP  
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | my php.net 
search for in the  
<xmlrpc_encodexmlrpc_is_fault>
view the version of this page
Last updated: Wed, 22 Dec 2004

xmlrpc_get_type

(PHP 4 >= 4.1.0, PHP 5)

xmlrpc_get_type --  PHPの値に関するxmlrpc型を取得する。特にbase64及びdatetime文字列で有用

説明

string xmlrpc_get_type ( mixed value)

警告

この関数は、 実験的なステータスにあります。これは、この関数の 動作、関数名、ここで書かれていること全てがPHPの将来のバージョンで予告 なく変更される可能性があることを意味します。注意を喚起するとともに自分 のリスクでこの関数を使用して下さい。

警告

この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。



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_encodexmlrpc_is_fault>
 Last updated: Wed, 22 Dec 2004
show source | credits | sitemap | contact | advertising | mirror sites 
Copyright © 2001-2005 The PHP Group
All rights reserved.
This mirror generously provided by: nexen.net
Last updated: Mon Mar 21 05:14:01 2005 CET