PHP 8.4.6 Released!

cubrid_lob_size

(PECL CUBRID >= 8.3.1)

cubrid_lob_sizeGet BLOB/CLOB data size

Açıklama

cubrid_lob_size(resource $lob_identifier): string

cubrid_lob_size() is used to get BLOB/CLOB data size.

Bağımsız Değişkenler

lob_identifier

LOB identifier.

Dönen Değerler

A string representing LOB data size, when process is successful, başarısızlık durumunda false döner.

Sürüm Bilgisi

Sürüm: Açıklama
8.4.0 Change return value type from int to string.

Örnekler

Örnek 1 cubrid_lob_size() 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);
?>

Ayrıca Bakınız

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top

Follow Lee on X/Twitter - Father, Husband, Serial builder creating AI, crypto, games & web tools. We are friends :) AI Will Come To Life!

Check out: eBank.nz (Art Generator) | Netwrck.com (AI Tools) | Text-Generator.io (AI API) | BitBank.nz (Crypto AI) | ReadingTime (Kids Reading) | RewordGame | BigMultiplayerChess | WebFiddle | How.nz | Helix AI Assistant