XML-RPC Integer Data Type
The integer is a primitive data type and is represented by a four byte signed integer. It is similar to the PHP data type integer. The integer tag can be represented as int or i4, for four byte integer.
Example Declaration:
<param> <value><int>42</int></value> </param>
Alternate Example Declaration:
<param> <value><i4>42</i4></value> </param>
Filed Under: PHP XML