(No version information available, might be only in CVS)
SDO_Sequence::move — Move an item to another sequence position
Esta función es EXPERIMENTAL. Esto significa que el comportamiento de esta función, el nombre de esta función y en definitiva TODO lo documentado sobre esta función, puede cambiar en una futura version de PHP SIN AVISO. La advertencia queda hecha, y utilizar esta extensión queda bajo su propia responsabilidad.
Modify the position of the item in the sequence, without altering the value of the property in the SDO_DataObject.
The destination sequence index. If this index is less than zero or greater than the size of the sequence then the value is appended.
The source sequence index.
None.
Thrown if the fromIndex sequence index is less than zero or greater than the size of the sequence.