SDO_Sequence::move

(no version information, might be only in CVS)

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

説明

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

警告

この関数は、 実験的 なものです。この関数の動作・ 名前・その他ドキュメントに書かれている事項は、予告なく、将来的な 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.