検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 108 for ibase (0.005 sec.)
サービスマネージャに接続する 7833
« ibase_server_info ibase_service_detach » PHP Manual Firebird/InterBase 関数 サービスマネージャ ... に接続する ibase_service_attach (PHP 5, PHP 7 < 7.4.0) ibase_servic ... e_attach — サービスマネージャに接続する 説明 ibase_service_attach ( string $host , string $dba_userna ... を返します。 失敗した場合に false を返します 例 例1 ibase_service_attach() の例 <?php // リモートの Firebird ... サーバにIPアドレスでアタッチ if (( $service = ibase_service_attach ( '10.1.1.199' , 'sysdba' , 'master ...
https://man.plustar.jp/php/function.ibase-service-attach.html - [similar]
生成された blob にデータを追加する 7616
« ibase_backup ibase_blob_cancel » PHP Manual Firebird/InterBase 関数 生成された blob にデータを ... 追加する ibase_blob_add (PHP 5, PHP 7 < 7.4.0) ibase_blob_add — 生 ... 成された blob にデータを追加する 説明 ibase_blob_add ( resource $blob_handle , string $data ): ... void ibase_blob_add() は、 ibase_blob_create() で作成した blo ... b にデータを追加します。 パラメータ blob_handle ibase_blob_create() でオープンした blob ハンドル。 data ...
https://man.plustar.jp/php/function.ibase-blob-add.html - [similar]
結果セットに名前を割り当てる 7616
« ibase_modify_user ibase_num_fields » PHP Manual Firebird/InterBase 関数 結果セットに名前を割り ... 当てる ibase_name_result (PHP 5, PHP 7 < 7.4.0) ibase_name_resu ... lt — 結果セットに名前を割り当てる 説明 ibase_name_result ( resource $result , string $name ): b ... true を、失敗した場合に false を返します。 例 例1 ibase_name_result() の例 <?php $result = ibase_query ( " ... SELECT field1,field2 FROM table FOR UPDATE" ); ibase_name_result ( $result , "my_cursor" ); $updateqry ...
https://man.plustar.jp/php/function.ibase-name-result.html - [similar]
blob を生成し、ファイルをコピーし、閉じる 7540
« ibase_blob_get ibase_blob_info » PHP Manual Firebird/InterBase 関数 blob を生成し、ファイルをコ ... ピーし、閉じる ibase_blob_import (PHP 5, PHP 7 < 7.4.0) ibase_blob_impo ... t — blob を生成し、ファイルをコピーし、閉じる 説明 ibase_blob_import ( resource $link_identifier , resource ... $file_handle ): string ibase_blob_import ( resource $file_handle ): string この ... に BLOB の ID、エラー時に false を返します。 例 例1 ibase_blob_import() の例 <?php $dbh = ibase_connect ( $h ...
https://man.plustar.jp/php/function.ibase-blob-import.html - [similar]
クエリの結果から、行を連想配列として取得する 7501
« ibase_execute ibase_fetch_object » PHP Manual Firebird/InterBase 関数 クエリの結果から、行を連 ... 想配列として取得する ibase_fetch_assoc (PHP 5, PHP 7 < 7.4.0) ibase_fetch_ass ... クエリの結果から、行を連想配列として取得する 説明 ibase_fetch_assoc ( resource $result , int $fetch_flag = ... 0 ): array クエリの結果の行を連想配列で返します。 ibase_fetch_assoc() は、 result から結果を 1 行取得します ... 先されます。同名のその他のカラムにアクセスするには、 ibase_fetch_row() を使用して数値添字を用いるか あるいはク ...
https://man.plustar.jp/php/function.ibase-fetch-assoc.html - [similar]
InterBase データベースから 1 行分の結果を取得する 7463
« ibase_fetch_object ibase_field_info » PHP Manual Firebird/InterBase 関数 InterBase データベース ... から 1 行分の結果を取得する ibase_fetch_row (PHP 5, PHP 7 < 7.4.0) ibase_fetch_row — ... rBase データベースから 1 行分の結果を取得する 説明 ibase_fetch_row ( resource $result_identifier , int $fet ... ch_flag = 0 ): array ibase_fetch_row() は、指定した result_identifier に関連付 ... けられた結果からデータを 1 行取得します。 ibase_fetch_row() を続けてコールすると、 結果セットの次の ...
https://man.plustar.jp/php/function.ibase-fetch-row.html - [similar]
サービスマネージャとの接続を切断する 7463
« ibase_service_attach ibase_set_event_handler » PHP Manual Firebird/InterBase 関数 サービスマネ ... ージャとの接続を切断する ibase_service_detach (PHP 5, PHP 7 < 7.4.0) ibase_servic ... detach — サービスマネージャとの接続を切断する 説明 ibase_service_detach ( resource $service_handle ): bool ... true を、失敗した場合に false を返します。 例 例1 ibase_service_detach() の例 <?php // リモートの Firebird ... サーバにIPアドレスでアタッチ if (( $service = ibase_service_attach ( '10.1.1.199' , 'sysdba' , 'master ...
https://man.plustar.jp/php/function.ibase-service-detach.html - [similar]
blob の生成を取り消す 7425
« ibase_blob_add ibase_blob_close » PHP Manual Firebird/InterBase 関数 blob の生成を取り消す ibase ... se_blob_cancel (PHP 5, PHP 7 < 7.4.0) ibase_blob_cancel — blob の生成を取り消す 説明 ibase_blo ... l ( resource $blob_handle ): bool この関数は、まだ ibase_blob_close() で閉じられていない場合に BLOB を捨てま ... す。 パラメータ blob_handle ibase_blob_create() でオープンした blob ハンドル。 戻り値 ... 合に true を、失敗した場合に false を返します。 参考 ibase_blob_close() - blob を閉じる ibase_blob_create() - ...
https://man.plustar.jp/php/function.ibase-blob-cancel.html - [similar]
blob を閉じる 7425
« ibase_blob_cancel ibase_blob_create » PHP Manual Firebird/InterBase 関数 blob を閉じる ibase_b ... lob_close (PHP 5, PHP 7 < 7.4.0) ibase_blob_close — blob を閉じる 説明 ibase_blob_close ( ... rce $blob_handle ): mixed この関数は、読み込み用に ibase_blob_open() でオープンされたかあるいは書き込み用に ... ibase_blob_create() でオープンされた BLOB を閉じます。 パ ... ラメータ blob_handle ibase_blob_create() あるいは ibase_blob_open() でオープン ...
https://man.plustar.jp/php/function.ibase-blob-close.html - [similar]
データを追加するために blob を生成する 7425
« ibase_blob_close ibase_blob_echo » PHP Manual Firebird/InterBase 関数 データを追加するために b ... lob を生成する ibase_blob_create (PHP 5, PHP 7 < 7.4.0) ibase_blob_crea ... te — データを追加するために blob を生成する 説明 ibase_blob_create ( resource $link_identifier = null ): ... resource | false ibase_blob_create() は、 データを書き込むための新しい BL ... 合は、 最後にオープンしたリンクを使用します。 戻り値 ibase_blob_add() で使用するための BLOB ハンドルを返します ...
https://man.plustar.jp/php/function.ibase-blob-create.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT