OCI-Lob->rewind()
OCI-Lob->rewind - Moves the internal pointer to the beginning of the large object
Syntax
bool OCI-Lob->rewind ()
Arguments
-
Description
Sets the internal pointer to the beginning of the large object.
Version
PHP 5, PECL OCI8 >= 1.1.0
Return value
Returns TRUE on success or FALSE on failure.