array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'zh', ), 'this' => array ( 0 => 'ocilob.rewind.php', 1 => 'OCILob::rewind', 2 => 'Moves the internal pointer to the beginning of the large object', ), 'up' => array ( 0 => 'class.ocilob.php', 1 => 'OCILob', ), 'prev' => array ( 0 => 'ocilob.read.php', 1 => 'OCILob::read', ), 'next' => array ( 0 => 'ocilob.save.php', 1 => 'OCILob::save', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/oci8/ocilob/rewind.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

OCILob::rewind

(PHP 5, PHP 7, PHP 8, PECL OCI8 >= 1.1.0)

OCILob::rewindMoves the internal pointer to the beginning of the large object

说明

public OCILob::rewind(): bool

Sets the internal pointer to the beginning of the large object.

参数

此函数没有参数。

返回值

成功时返回 true, 或者在失败时返回 false

更新日志

版本 说明
8.0.0, PECL OCI8 3.0.0 The OCI-Lob class was renamed to OCILob to align with PHP naming standards.

参见