Query: ibase_blob_create
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
IBASE_BLOB_CREATE(3) 1 IBASE_BLOB_CREATE(3) ibase_blob_create - Create a new blob for adding dataSYNOPSISresource ibase_blob_create NULL ([resource $link_identifier])DESCRIPTIONibase_blob_create(3) creates a new BLOB for filling with data.PARAMETERSo $link_identifier - An InterBase link identifier. If omitted, the last opened link is assumed.RETURN VALUESReturns a BLOB handle for later use with ibase_blob_add(3) or FALSE on failure.SEE ALSOibase_blob_add(3), ibase_blob_cancel(3), ibase_blob_close(3), ibase_blob_import(3). PHP Documentation Group IBASE_BLOB_CREATE(3)