Class Array

Object
   |
   +--Array

class Array

 
Method Summary
 Array append(<Mixed> a)
           Adds an item to an array
 Boolean contains(<String> needle)
           Walks through an array and checks if the specified item exists in it
 Integer|null indexOf(<String> needle)
           Walks through an array and, if the specified item exists in it, returns the position


Method Detail

append

Array append(<Mixed> a)

contains

Boolean contains(<String> needle)

indexOf

Integer|null indexOf(<String> needle)


Documentation generated by JSDoc on Fri Apr 20 01:21:16 2007