Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16436 программистов и 1786 роботов. Сейчас ищут 2034 программиста ...
cubrid_lob2_tell64 - Tell the cursor position of the LOB object.
Вернуться к: CUBRID Функции
cubrid_lob2_tell64
(PECL CUBRID >= 8.4.1)
cubrid_lob2_tell64 — Tell the cursor position of the LOB object.
Описание
string cubrid_lob2_tell64
( resource
$lob_identifier
)The cubrid_lob2_tell64() function is used to tell the cursor position of the LOB object. If the size of a lob object is larger than an integer data can be stored, you can use this function and it will return the position information as a string.
Список параметров
-
lob_identifier
-
Lob identifier as a result of cubrid_lob2_new() or get from the result set.
Возвращаемые значения
It will return the cursor position on the LOB object as a string when it processes successfully.
FALSE
on failure.
Смотрите также
- cubrid_lob2_read() - Read from BLOB/CLOB data.
- cubrid_lob2_write() - Write to a lob object.
- cubrid_lob2_seek() - Move the cursor of a lob object.
- cubrid_lob2_seek64() - Move the cursor of a lob object.
- cubrid_lob2_tell() - Tell the cursor position of the LOB object.
- cubrid_lob2_size() - Get a lob object's size.
- cubrid_lob2_size64() - Get a lob object's size.
Вернуться к: CUBRID Функции