|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Object | +--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 |
Array append(<Mixed> a)
a - Item to add
Boolean contains(<String> needle)
needle - The string to search for
Integer|null indexOf(<String> needle)
needle - The string to search for
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||