XMLRPCArray Object Methods
See Also Example Applies To
AddArray
AddArray - Adds an XMLRPCArray to the array.
AddBase64
AddBase64 - Adds base64 to the array.
AddBoolean
AddBoolean - Adds a boolean to the array.
AddDateTime
AddDateTime - Adds a datetime to the array.
AddDouble
AddDouble - Adds a double to the array.
AddInteger
AddInteger - Adds an integer to the array.
AddNil
AddNil - Adds a nil to the array.
AddString
AddString - Adds a string to the array.
AddStruct
AddStruct - Adds an XMLRPCStruct to the array.
Item
Item - Returns the XMLRPCValue at the location specified by the index.
|