OCI-Collection->trim
(no version information, might be only in CVS)
OCI-Collection->trim -- Trims elements from the end of the collection
説明
class
OCI-Collection {
bool
trim ( int num )
}
Trims num
of elements from the end of the
collection.
パラメータ
num
The number of elements to be trimmed.
返り値
成功した場合に TRUE を、失敗した場合に FALSE を返します。