|
fbsql_create_blobCreate a BLOB Beschreibung
string fbsql_create_blob
( string
$blob_data
[, resource $link_identifier
] )Creates a BLOB from the given data. Parameter-Liste
RückgabewerteReturns a resource handle to the newly created BLOB, which can be used with insert and update commands to store the BLOB in the database. Beispiele
Beispiel #1 fbsql_create_blob example
<?phpSiehe auch
|