SDO_Sequence::move

(^)

SDO_Sequence::move Move an item to another sequence position

˵��

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

�˺�����ʵ�����ġ��˺����ı��󣬰������Ƽ�������ĵ���������δ���� PHP �����汾��δ֪ͨ�ͱ��޸ġ�ʹ�ñ����������Ե� ��

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

����

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.

����ֵ

None.

�����쳣

SDO_IndexOutOfBoundsException

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