(PHP 5, PHP 7, PECL OCI8 >= 1.1.0)
Trims elements from the end of the collection
bool OCI-Collection::trim ( int $num )
Trims num
of elements from the end of the collection.
Parameters:
num
The number of elements to be trimmed.
Returns:
Returns TRUE
on success or FALSE
on failure.
See also:
OCI-Collection::size - Collection::size
Please login to continue.