ibase_blob_create
ibase_blob_create
(PHP 5, PHP 7)
ibase_blob_create - 为添加数据创建一个新的blob
描述
resource ibase_blob_create ([ resource $link_identifier = NULL ] )
ibase_blob_create()
创建一个新的BLOB来填充数据。
参数
link_identifier
一个InterBase链接标识符。如果省略,则假定上次打开的链接。
返回值
返回一个BLOB句柄,以便稍后用于ibase_blob_add()或失败时返回FALSE
。