Javascript debugger Website design ↑
OCI-Collection { bool assignElem(int index, mixed value);}
bool assignElem(int index, mixed value);
Assigns a value to the element with index index.
The element index. First index is 1.
Can be a string or a number.
Returns TRUE on success or FALSE on failure.
TRUE
FALSE
Javascript debugger Website design