略微加速

PHP官方手册 - 互联网笔记

PHP - Manual: OCI-Lob

2024-03-28

The OCI-Lob class

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

简介

OCI8 LOB functionality for large binary (BLOB) and character (CLOB) objects.

类摘要

OCI-Lob {
/* 方法 */
append ( OCI-Lob $lob_from ) : bool
close ( void ) : bool
eof ( void ) : bool
erase ([ int $offset [, int $length ]] ) : int
export ( string $filename [, int $start [, int $length ]] ) : bool
flush ([ int $flag ] ) : bool
free ( void ) : bool
getBuffering ( void ) : bool
import ( string $filename ) : bool
load ( void ) : string
read ( int $length ) : string
rewind ( void ) : bool
save ( string $data [, int $offset ] ) : bool
seek ( int $offset [, int $whence = OCI_SEEK_SET ] ) : bool
setBuffering ( bool $on_off ) : bool
size ( void ) : int
tell ( void ) : int
truncate ([ int $length = 0 ] ) : bool
write ( string $data [, int $length ] ) : int
writeTemporary ( string $data [, int $lob_type = OCI_TEMP_CLOB ] ) : bool
}

Table of Contents

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.

官方地址:https://www.php.net/manual/en/class.OCI-Lob.php

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