検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 108 for BLOB (0.007 sec.)
Get BLOB/CLOB data 7859
« cubrid_lob_export cubrid_lob_send » PHP Manual CUBRID 関数 Get BLOB/CLOB data cubrid_lob_get ( ... PECL CUBRID >= 8.3.1) cubrid_lob_get — Get BLOB/CLOB data 説明 cubrid_lob_get ( resource $conn_ide ... ring $sql ): array cubrid_lob_get() is used to get BLOB/CLOB meta info from CUBRID database, CUBRID gets B ... SQL retrieves only one column and its data type is BLOB or CLOB. Remember to use cubrid_lob_close() to rel ... nect ( $conn ); ?> 参考 cubrid_lob_close() - Close BLOB/CLOB data cubrid_lob_size() - Get BLOB/CLOB data s ...
https://man.plustar.jp/php/function.cubrid-lob-get.html - [similar]
Read BLOB/CLOB data and send straight to browser 7744
« cubrid_lob_get cubrid_lob_size » PHP Manual CUBRID 関数 Read BLOB/CLOB data and send straight ... send (PECL CUBRID >= 8.3.1) cubrid_lob_send — Read BLOB/CLOB data and send straight to browser 説明 cubrid ... ce $lob_identifier ): bool cubrid_lob_send() reads BLOB/CLOB data and passes it straight through to the br ... nction, you must use cubrid_lob_get() first to get BLOB/CLOB info from CUBRID. パラメータ conn_identifier ... sconnect ( $conn ); ?> 参考 cubrid_lob_get() - Get BLOB/CLOB data cubrid_lob_close() - Close BLOB/CLOB dat ...
https://man.plustar.jp/php/function.cubrid-lob-send.html - [similar]
Get BLOB/CLOB data size 7680
« cubrid_lob_send cubrid_lob2_bind » PHP Manual CUBRID 関数 Get BLOB/CLOB data size cubrid_lob_s ... ize (PECL CUBRID >= 8.3.1) cubrid_lob_size — Get BLOB/CLOB data size 説明 cubrid_lob_size ( resource $lo ... ntifier ): string cubrid_lob_size() is used to get BLOB/CLOB data size. パラメータ lob_identifier LOB iden ... ob_close ( $lobs ); ?> 参考 cubrid_lob_get() - Get BLOB/CLOB data cubrid_lob_close() - Close BLOB/CLOB dat ... a cubrid_lob_export() - Export BLOB/CLOB data to file cubrid_lob_send() - Read BLOB/CL ...
https://man.plustar.jp/php/function.cubrid-lob-size.html - [similar]
Export BLOB/CLOB data to file 7629
« cubrid_lob_close cubrid_lob_get » PHP Manual CUBRID 関数 Export BLOB/CLOB data to file cubrid_ ... (PECL CUBRID >= 8.3.1) cubrid_lob_export — Export BLOB/CLOB data to file 説明 cubrid_lob_export ( resourc ... th_name ): bool cubrid_lob_export() is used to get BLOB/CLOB data from CUBRID database, and saves its cont ... nction, you must use cubrid_lob_get() first to get BLOB/CLOB info from CUBRID. パラメータ conn_identifier ... sconnect ( $conn ); ?> 参考 cubrid_lob_get() - Get BLOB/CLOB data cubrid_lob_close() - Close BLOB/CLOB dat ...
https://man.plustar.jp/php/function.cubrid-lob-export.html - [similar]
Close BLOB/CLOB data 7489
« cubrid_is_instance cubrid_lob_export » PHP Manual CUBRID 関数 Close BLOB/CLOB data cubrid_lob_ ... se (PECL CUBRID >= 8.3.1) cubrid_lob_close — Close BLOB/CLOB data 説明 cubrid_lob_close ( array $lob_ident ... ay ): bool cubrid_lob_close() is used to close all BLOB/CLOB returned from cubrid_lob_get() . パラメータ l ... sconnect ( $conn ); ?> 参考 cubrid_lob_get() - Get BLOB/CLOB data cubrid_lob_size() - Get BLOB/CLOB data s ... ize cubrid_lob_export() - Export BLOB/CLOB data to file cubrid_lob_send() - Read BLOB/CL ...
https://man.plustar.jp/php/function.cubrid-lob-close.html - [similar]
BLOB を読み取るためのストリームリソースを開く 6914
« SQLite3::open SQLite3::prepare » PHP Manual SQLite3 BLOB を読み取るためのストリームリソースを開 ... く SQLite3::openBlob (PHP 5 >= 5.3.0, PHP 7, PHP 8) SQLite3::openBlob... BLOB を読み取るためのストリームリソースを開く 説明 publ ... ic SQLite3::openBlob ( string $table , string $column , int $rowid , st ... $flags = SQLITE3_OPEN_READONLY ): resource | false BLOB を読み書きするためのストリームリソースを開きます。 ...
https://man.plustar.jp/php/sqlite3.openblob.html - [similar]
LOB ファイルから、ユーザーが定義したサイズの内容を取得する 6812
« db2_last_insert_id db2_next_result » PHP Manual IBM DB2 関数 LOB ファイルから、ユーザーが定義し ... : $data \n" ; $i = $i + 1 ; } $drop = 'DROP TABLE blob_stream' ; $result = @ db2_exec ( $conn , $drop ); ... $create = 'CREATE TABLE blob_stream (id INTEGER, my_blob CLOB)' ; $result = db2 ... = "" ; $stmt = db2_prepare ( $conn , "INSERT INTO blob_stream (id,my_blob) VALUES (1, ?)" ); $variable = ... "THIS IS A BLOB TEST. THIS IS A BLOB TEST." ; db2_bind_param ( $st ...
https://man.plustar.jp/php/function.db2-lob-read.html - [similar]
Bind variables to a prepared statement as parameters 6774
« CUBRID 関数 cubrid_close_prepare » PHP Manual CUBRID 関数 Bind variables to a prepared stateme ... default. 注意 : If the type of data to be bound is BLOB/CLOB, CUBRID will try to map the data as a PHP str ... E DATE TIMESTAMP TIMESTAMP OBJECT OBJECT ENUM ENUM BLOB BLOB CLOB CLOB NULL NULL Not supported SET SET MUL ... value as an argument when they are NCHAR, BIT, or BLOB/CLOB). 戻り値 成功した場合に true を、失敗した場合 ... を返します。 変更履歴 バージョン 説明 8.3.1 Added BLOB/CLOB data types support. 例 例1 cubrid_bind() exam ...
https://man.plustar.jp/php/function.cubrid-bind.html - [similar]
Create a lob object 6698
« cubrid_lob2_import cubrid_lob2_read » PHP Manual CUBRID 関数 Create a lob object cubrid_lob2_n ... ( resource $conn_identifier = ? , string $type = "BLOB" ): resource The cubrid_lob2_new() function is use ... d to create a lob object (both BLOB and CLOB). This function should be used before you ... rid_connect_with_url() is assumed. type It may be "BLOB" or "CLOB", it won't be case-sensitive. The defaul ... t value is "BLOB". 戻り値 Lob identifier when it is successful,失敗 ...
https://man.plustar.jp/php/function.cubrid-lob2-new.html - [similar]
新しいグローバル定数 6672
« 新しく追加された関数 下位互換性のない変更点 » PHP Manual PHP 8.0.x から PHP 8.1.x への移行 新し ... ローバル定数 cURL CURLOPT_DOH_URL CURLOPT_ISSUERCERT_BLOB CURLOPT_PROXY_ISSUERCERT CURLOPT_PROXY_ISSUERCERT_ ... BLOB CURLOPT_PROXY_SSLCERT_BLOB CURLOPT_PROXY_SSLKEY_BLOB CURLOPT_SSLCERT_BLOB CUR ... LOPT_SSLKEY_BLOB GD IMG_AVIF IMG_WEBP_LOSSLESS MySQLi MYSQLI_REFRES ...
https://man.plustar.jp/php/migration81.constants.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT