downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

ibase_blob_open> <ibase_blob_import
[edit] Last updated: Fri, 17 May 2013

view this page in

ibase_blob_info

(PHP 5)

ibase_blob_infoDevuelve el tamaño de un blob y otra información útil

Descripción

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

Devuelve el tamaño de un BLOB y otra información útil.

Parámetros

link_identifier

Identificador de enlace a InterBase. Si se omite, se utilizará el último enlace que se haya abierto.

blob_id

Identificador del BLOB.

Valores devueltos

Devuelve un array con información sobre el BLOB. La información devuelta consiste en el tamaño del BLOB, el número de segmentos que contiene, el tamaño del segmento más largo, así como si es un BLOB de tipo flujo o segmentado.



add a note add a note User Contributed Notes ibase_blob_info - [0 notes]
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites