略微加速

PHP官方手册 - 互联网笔记

PHP - Manual: OCI-Lob::eof

2024-04-27

OCI-Lob::eof

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

OCI-Lob::eofTests for end-of-file on a large object's descriptor

说明

OCI-Lob::eof ( void ) : bool

Tells whether the internal pointer of large object is at the end of LOB.

返回值

Returns TRUE if internal pointer of large object is at the end of LOB. Otherwise returns FALSE.

注释

Note:

This function will return an Oracle error if OCI-Lob::setBuffering is enabled on the LOB.

参见

add a note add a note

User Contributed Notes 1 note

up
0
rootmj_konf at seznam dot cz
12 years ago
foreach (get_class_methods('OCI-Lob') as $method ) {
    echo "OCI-Lob::$method()\n";
}

http://www.oracle.com/technology/pub/articles/
oracle_php_cookbook/fuecks_lobs.html

官方地址:https://www.php.net/manual/en/oci-lob.eof.php

北京半月雨文化科技有限公司.版权所有 京ICP备12026184号-3