Chapter 6. Global variables

Table of Contents

1. "Constant" variables
1.1. $xmlrpcerruser
1.2. $xmlrpcI4, $xmlrpcInt, $xmlrpcDouble, $xmlrpcString, $xmlrpcDateTime, $xmlrpcBase64 , $xmlrpcArray, $xmlrpcStruct
1.3. $xmlrpcTypes, $xmlEntities, $xmlrpcerr, $xmlrpcstr, $xmlrpcerrxml, $xmlrpc_backslash, $_xh
2. Variables whose value can be modified
2.1. xmlrpc_defencoding
2.2. xmlrpc_internalencoding
2.3. xmlrpcName
2.4. xmlrpcVersion

A lot of global variables are defined in the xmlrpc.inc file. Some of those are meant to be used as constants (and modifying their value might cause unpredictable behaviour), while some others can be modified in your php scripts to alter the behaviour of the xmlrpc client and server.