php man page for cubrid_lob_size

Query: cubrid_lob_size

OS: php

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

CUBRID_LOB_SIZE(3)							 1							CUBRID_LOB_SIZE(3)

cubrid_lob_size - Get BLOB/CLOB data size

SYNOPSIS
string cubrid_lob_size (resource $lob_identifier)
DESCRIPTION
cubrid_lob_size(3) is used to get BLOB/CLOB data size.
PARAMETERS
o $lob_identifier -LOB identifier.
RETURN VALUES
A string representing LOB data size, when process is successful. FALSE, when process is unsuccessful.
CHANGELOG
+--------+-----------------------------------------------+ |Version | | | | | | | Description | | | | +--------+-----------------------------------------------+ | 8.4.0 | | | | | | | Change return value type from int to string. | | | | +--------+-----------------------------------------------+
EXAMPLES
Example #1 cubrid_lob_size(3) example <?php $lobs = cubrid_lob_get($con, "SELECT doc_content FROM doc WHERE doc_id=5"); echo "Doc size:".cubrid_lob_size($lobs[0]); cubrid_lob_export($conn, $lobs[0], "doc_5.txt"); cubrid_lob_close($lobs); ?>
SEE ALSO
cubrid_lob_get(3), cubrid_lob_close(3), cubrid_lob_export(3), cubrid_lob_send(3). PHP Documentation Group CUBRID_LOB_SIZE(3)
Related Man Pages
cubrid_lob2_read(3) - php
cubrid_lob2_tell(3) - php
cubrid_lob_send(3) - php
cubrid_lob_size(3) - php
fbsql_set_lob_mode(3) - php
Similar Topics in the Unix Linux Community
script for reading BLOB data
BLOB: 1.0 Released!
Creating CLOB object in unix
Unix commands Related to
Limit on a File size.