xmlrpc_get_type

(PHP 4 >= 4.1.0, PHP 5, PHP 7)

xmlrpc_get_typeΪ PHP ��ֵ��ȡ xmlrpc ������

˵��

xmlrpc_get_type ( mixed $value ) : string
Warning

�˺�����ʵ�����ġ��˺����ı��󣬰������Ƽ�������ĵ���������δ���� PHP �����汾��δ֪ͨ�ͱ��޸ġ�ʹ�ñ����������Ե� ��

�ú������� base64 ������ʱ���ַ����ر����á�

����

value

PHP value

����ֵ

Returns the XML-RPC type.

����

Example #1 XML-RPC type example

<?php
echo xmlrpc_get_type(null) . "\n"// base64
echo xmlrpc_get_type(false) . "\n"// boolean
echo xmlrpc_get_type(1) . "\n"// int
echo xmlrpc_get_type(1.0) . "\n"// double
echo xmlrpc_get_type("") . "\n"// string
echo xmlrpc_get_type(array()) . "\n"// array
echo xmlrpc_get_type(new stdClass) . "\n"// array
echo xmlrpc_get_type(STDIN) . "\n"// int
?>

�μ�

  • xmlrpc_set_type() - Ϊһ�� PHP �ַ���ֵ���� xmlrpc �����͡�base64 ������ʱ��