Forum und email

SDO_Sequence::move

(No version information available, might be only in CVS)

SDO_Sequence::move — Move an item to another sequence position

Leírás

void SDO_Sequence::move ( int $toIndex, int $fromIndex )
Warning

Ez a függvény KÍSÉRLETI JELLEGGEL MŰKÖDIK. A függvény működése, neve, bármi amit a függévénnyel kapcsolatban dokumentáltunk megváltozhat egy későbbi PHP kiadásban minden figyelmeztetés nélkül. Ezt a függvényt csak a saját felelősségedre használd!

Modify the position of the item in the sequence, without altering the value of the property in the SDO_DataObject.

Paraméterek

toIndex

The destination sequence index. If this index is less than zero or greater than the size of the sequence then the value is appended.

fromIndex

The source sequence index.

Visszatérési értékek

None.

Hibák/Kivételek

SDO_IndexOutOfBoundsException

Thrown if the fromIndex sequence index is less than zero or greater than the size of the sequence.