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

search for in the

ibase_blob_create> <ibase_blob_cancel
[edit] Last updated: Fri, 07 Jun 2013

view this page in

ibase_blob_close

(PHP 5)

ibase_blob_closeCierra un blob

Descripción

mixed ibase_blob_close ( resource $blob_handle )

Esta función cierra un BLOB previamente abierto para lectura mediante ibase_blob_open() o para escritura mediante ibase_blob_create().

Parámetros

blob_handle

Manejador de BLOB abierto mediante ibase_blob_create() o mediante ibase_blob_open().

Valores devueltos

Si el BLOB era de lectura, esta función devuelve TRUE en caso de éxito, y si el BLOB era de escritura, esta función devuelve un string con el identificador que asignó la base de datos a este BLOB. En caso de error, devuelve FALSE.

Ver también



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

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