(no version information, might be only in CVS)
SDO_List::insert --
Insert into a list
Description
void
SDO_List::insert ( mixed value [, int index] )
Warning |
This function is
EXPERIMENTAL. The behaviour of this function, the
name of this function, and anything else documented about this
function may change without notice in a future release of PHP.
Use this function at your own risk. |
Insert a new element at a specified position in the list.
All subsequent list items are moved up.