|
fbsql_create_blobCreate a BLOB Description
string fbsql_create_blob
( string
$blob_data
[, resource $link_identifier
] )Creates a BLOB from the given data. Parameters
Return ValuesReturns a resource handle to the newly created BLOB, which can be used with insert and update commands to store the BLOB in the database. Examples
Example #1 fbsql_create_blob example
<?php See Also
|