SDO_List::insert()
SDO_List::insert - Insert into a listSyntax
SDO_List::insert (mixed $value, int $index)Arguments
- value - The new value to be inserted. This can be either a primitive or an SDO_DataObject.
- index - The position at which to insert the new element. If this argument is not specified then the new value will be appended.
