|
fbsql_create_blob(PHP 4 >= 4.2.0, PHP 5) fbsql_create_blob — Create a BLOB Описание
string fbsql_create_blob
( string $blob_data
[, resource $link_identifier
] )
Creates a BLOB from the given data. Список параметров
Возвращаемые значенияReturns a resource handle to the newly created BLOB, which can be used with insert and update commands to store the BLOB in the database. Примеры
Пример #1 fbsql_create_blob() example
<?php Смотрите также
|
|