Query: xmlrpc_get_type
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
XMLRPC_GET_TYPE(3) 1 XMLRPC_GET_TYPE(3) xmlrpc_get_type - Gets xmlrpc type for a PHP valueSYNOPSISstring xmlrpc_get_type (mixed $value)DESCRIPTIONWarning 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.PARAMETERSo $value - PHP valueRETURN VALUESReturns the XML-RPC type.EXAMPLESExample #1 XML-RPC type example <?php echo xmlrpc_get_type(null) . " "; // base64 echo xmlrpc_get_type(false) . " "; // boolean echo xmlrpc_get_type(1) . " "; // int echo xmlrpc_get_type(1.0) . " "; // double echo xmlrpc_get_type("") . " "; // string echo xmlrpc_get_type(array()) . " "; // array echo xmlrpc_get_type(new stdClass) . " "; // array echo xmlrpc_get_type(STDIN) . " "; // int ?>SEE ALSOxmlrpc_set_type(3). PHP Documentation Group XMLRPC_GET_TYPE(3)
Related Man Pages |
---|
define(3) - php |
classkit_import(3) - php |
oci_field_size(3) - php |
parsekit_compile_string(3) - php |
xmlrpc_set_type(3) - php |
Similar Topics in the Unix Linux Community |
---|
Simple rules of the UNIX.COM forums: |
UNIX.COM 2017 Year End Summary |
Please Welcome Don Cragun as Lead Moderator |
Denial Of Service Attack Update |
Please Welcome Nicki Paul to the Moderator Team! |