KRISTOFFER BOHMANN
[BETA]
Forside
Om KB
Kompetencer
Referencer
XML-RPC
xmlrpc_decode
xmlrpc_decode_request
xmlrpc_encode
xmlrpc_encode_request
xmlrpc_get_type
xmlrpc_is_fault
xmlrpc_parse_method_descriptions
xmlrpc_server_add_introspection_data
xmlrpc_server_call_method
xmlrpc_server_create
xmlrpc_server_destroy
xmlrpc_server_register_introspection_callback
xmlrpc_server_register_method
xmlrpc_set_type
Home
>
PHP
>
Function
>
XML-RPC
>
xmlrpc_set_type()
xmlrpc_set_type()
xmlrpc_set_type - Sets xmlrpc type, base64 or datetime, for a PHP string value
Syntax
bool
xmlrpc_set_type
(
string
&$value,
string
$type)
Arguments
value - Value to set the type
type - \'base64\' or \'datetime\'
Description
Sets xmlrpc type, base64 or datetime, for a PHP string value.
Version
PHP 4.1.0, 5
Return value
Returns TRUE on success or FALSE on failure. If successful, value is converted to an object.