$xmlrpcerruser = 800;
The minimum value for errors reported by user implemented XML-RPC servers. Error numbers lower than that are reserved for library usage.
For convenience the strings representing the XML-RPC types have been encoded as global variables:
$xmlrpcI4="i4"; $xmlrpcInt="int"; $xmlrpcBoolean="boolean"; $xmlrpcDouble="double"; $xmlrpcString="string"; $xmlrpcDateTime="dateTime.iso8601"; $xmlrpcBase64="base64"; $xmlrpcArray="array"; $xmlrpcStruct="struct";