PHP 8.3.4 Released!

ibase_blob_info

(PHP 5, PHP 7 < 7.4.0)

ibase_blob_infoRetorna o tamanho do blob e outras informações úteis

Descrição

ibase_blob_info(resource $link_identifier, string $blob_id): array
ibase_blob_info(string $blob_id): array

Retorna o tamanho do BLOB e outras informações úteis.

Parâmetros

link_identifier

Um link identificador InterBase. Se omitido, o último link aberto é usado.

blob_id

Um id de BLOB.

Valor Retornado

Retorna uma matriz contendo informações sobre um BLOB. A informação retornada consiste no tamanho do BLOB, o número de seguimentos que ele contém, o tamanho do maior seguimento e quando é um BLOB de stream ou um BLOB seguimentado.

add a note

User Contributed Notes

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