update : 2015.11.03
php.shukuma.com검색:
|
fbsql_create_blob(PHP 4 >= 4.2.0, PHP 5, PHP 7) 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. 예제
Example #1 fbsql_create_blob() example
<?php 참고
|