Procedural File: _functions_xmlrpc.php
Source Location: /blogs/b2evocore/_functions_xmlrpc.php
Constants
XMLRPC_EPI_ENABLED [line 2151]
Functions
iso8601_decode [line 2082]
void iso8601_decode(
$idate, [ $utc = 0]
)
|
|
Parameters:
iso8601_encode [line 2050]
void iso8601_encode(
$timet, [ $utc = 0]
)
|
|
Parameters:
void logIO(
[ $m = ""], [ $n = ""]
)
|
|
logIO(-)
Parameters:
php_xmlrpc_decode [line 2116]
void php_xmlrpc_decode(
$xmlrpc_val
)
|
|
Parameters:
php_xmlrpc_encode [line 2201]
void php_xmlrpc_encode(
$php_val
)
|
|
**************************************************************
xmlrpc_encode takes native php types and encodes them into * xmlrpc PHP object format. * BUG: All sequential arrays are turned into structs. I don't * know of a good way to determine if an array is sequential * only. * * feature creep -- could support more types via optional type * argument. * * author: Dan Libby (dan@libby.com) * **************************************************************
Parameters:
void xmlrpc_cd(
$parser, $data
)
|
|
Parameters:
xmlrpc_decode [line 2156]
void xmlrpc_decode(
$xmlrpc_val
)
|
|
Parameters:
xmlrpc_decode_recurse [line 2111]
void xmlrpc_decode_recurse(
$xmlrpc_val
)
|
|
**************************************************************
xmlrpc_decode takes a message in PHP xmlrpc object format and * tranlates it into native PHP types. * * author: Dan Libby (dan@libby.com) * **************************************************************
Parameters:
void xmlrpc_dh(
$parser, $data
)
|
|
Parameters:
void xmlrpc_ee(
$parser, $name
)
|
|
Parameters:
xmlrpc_encode [line 2253]
void xmlrpc_encode(
$php_val
)
|
|
Parameters:
xmlrpc_encode_entitites [line 567]
void xmlrpc_encode_entitites(
$data
)
|
|
Parameters:
xmlrpc_entity_decode [line 264]
void xmlrpc_entity_decode(
$string
)
|
|
To help correct communication of non-ascii chars inside strings, regardless
of the charset used when sending requests, parsing them, sending responses and parsing responses, convert all non-ascii chars present in the message into their equivalent 'charset entity'. Charset entities enumerated this way are independent of the charset encoding used to transmit them, and all XML parsers are bound to understand them.
Parameters:
xmlrpc_html_entity_xlate [line 314]
void xmlrpc_html_entity_xlate(
[ $data = '']
)
|
|
These entities originate from HTML specs (1.1, proposed 2.0, etc), and are taken directly from php-4.3.1/ext/mbstring/html_entities.c.
Until php provides functionality to translate these entities in its core library, use this function.
Parameters:
xmlrpc_lookup_entity [line 293]
void xmlrpc_lookup_entity(
$ent
)
|
|
Parameters:
void xmlrpc_se(
$parser, $name, $attrs
)
|
|
Parameters: