Class Array

Object
   |
   +--Array

class Array


Constructor Summary
Array
           
 
Method Summary
 function pop()
           Implements the array_pop routine in case the javascript engine of the used browser does not support it.
 function push()
           Implements the array_push routine in case the javascript engine of the used browser does not support it.

Constructor Detail

Array

function Array

Method Detail

pop

function pop()
Implements the array_pop routine in case the javascript engine of the used browser does not support it.


push

function push()
Implements the array_push routine in case the javascript engine of the used browser does not support it.