Waarschuwing |
Deze functie is EXPERIMENTEEL. Dat betekent, dat het gedrag van deze functie, deze functienaam, in concreto ALLES dat hier gedocumenteerd is in een toekomstige uitgave van PHP ZONDER WAARSCHUWING kan veranderen. Wees gewaarschuwd, en gebruik deze functie op eigen risico. |
Insert a new element at a specified position in the sequence. All subsequent sequence items are moved up.
value
The new value to be inserted. This can be either a primitive or an SDO_DataObject.
sequenceIndex
The position at which to insert the new element. Default is NULL, which results in the new value being appended to the sequence.
propertyIdentifier
Either a property index, a property name, or an SDO_Model_Property, used to identify a property in the sequence's corresponding SDO_DataObject. A value of NULL signifies unstructured text.