検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 108 for ibase (0.008 sec.)
データベースへの接続をオープンする 7425
« ibase_commit ibase_db_info » PHP Manual Firebird/InterBase 関数 データベースへの接続をオープン ... する ibase_connect (PHP 5, PHP 7 < 7.4.0) ibase_connect — デー ... タベースへの接続をオープンする 説明 ibase_connect ( string $database = ? , string $username ... nterBase サーバーへの接続を確立します。 同じ引数で ibase_connect() が再度コールされた場合、 新規のリンクは作 ... オープンされているリンクの リンク ID が返されます。 ibase_close() を明示的にコールしない限り、 サーバーへのリ ...
https://man.plustar.jp/php/function.ibase-connect.html - [similar]
準備されたクエリを実行する 7386
« ibase_errmsg ibase_fetch_assoc » PHP Manual Firebird/InterBase 関数 準備されたクエリを実行する ... ibase_execute (PHP 5, PHP 7 < 7.4.0) ibase_execute — 準備 ... されたクエリを実行する 説明 ibase_execute ( resource $query , mixed ...$values ): re ... source ibase_prepare() で準備したクエリを実行します。 いくつかの ... けで同じクエリを 複数回実行する場合には、この関数は ibase_query() を使用するよりもずっと効率的です。 パラメー ...
https://man.plustar.jp/php/function.ibase-execute.html - [similar]
InterBase データベースでクエリを実行する 7386
« ibase_prepare ibase_restore » PHP Manual Firebird/InterBase 関数 InterBase データベースでクエリ ... を実行する ibase_query (PHP 5, PHP 7 < 7.4.0) ibase_query — InterBa ... se データベースでクエリを実行する 説明 ibase_query ( resource $link_identifier = ? , string $qu ... されなかった場合には true を返します。 エラー / 例外 ibase_query() の実行後に "arithmetic exception, numeric ... は現在の文字セットに)設定する必要があります。 例 例1 ibase_query() の例 <?php $host = 'localhost:/path/to/you ...
https://man.plustar.jp/php/function.ibase-query.html - [similar]
Prepare a query for later binding of parameter placeholders and execution 7348
« ibase_pconnect ibase_query » PHP Manual Firebird/InterBase 関数 Prepare a query for later bind ... ing of parameter placeholders and execution ibase_prepare (PHP 5, PHP 7 < 7.4.0) ibase_prepare — Pre ... nding of parameter placeholders and execution 説明 ibase_prepare ( string $query ): resource ibase_prepare ... ource $link_identifier , string $query ): resource ibase_prepare ( resource $link_identifier , string $tran ... nding of parameter placeholders and execution (via ibase_execute() ). パラメータ query An InterBase query. ...
https://man.plustar.jp/php/function.ibase-prepare.html - [similar]
のエイリアス ibase_query 7323
« fbird_prepare fbird_restore » PHP Manual Firebird/InterBase 関数 のエイリアス ibase_query fbir ... (PHP 5, PHP 7 < 7.4.0) fbird_query — のエイリアス ibase_query() 説明 この関数は次の関数のエイリアスです。 ... ibase_query() . 参考 fbird_errmsg() - のエイリアス ibase_errmsg fbird_fetch_row() - のエイリアス ibase_fetc ... h_row fbird_fetch_object() - のエイリアス ibase_fetch_object fbird_free_result() - のエイリアス ib ... ase_free_result 関連キーワード: ibase , query , fbird , fetch , 関数 , errmsg , row , fr ...
https://man.plustar.jp/php/function.fbird-query.html - [similar]
データの一部を取得するために blob をオープンする 7323
« ibase_blob_info ibase_close » PHP Manual Firebird/InterBase 関数 データの一部を取得するために ... blob をオープンする ibase_blob_open (PHP 5, PHP 7 < 7.4.0) ibase_blob_open — ... ータの一部を取得するために blob をオープンする 説明 ibase_blob_open ( resource $link_identifier , string $bl ... ob_id ): resource | false ibase_blob_open ( string $blob_id ): resource | false 既 ... ンクを使用します。 blob_id BLOB の ID。 戻り値 後で ibase_blob_get() とともに使用する BLOB ハンドルを返します ...
https://man.plustar.jp/php/function.ibase-blob-open.html - [similar]
結果セットにおけるフィールド数を得る 7093
« ibase_name_result ibase_num_params » PHP Manual Firebird/InterBase 関数 結果セットにおけるフィ ... ールド数を得る ibase_num_fields (PHP 5, PHP 7 < 7.4.0) ibase_num_fields ... — 結果セットにおけるフィールド数を得る 説明 ibase_num_fields ( resource $result_id ): int 結果セット ... 。 戻り値 フィールドの数を整数値で返します。 例 例1 ibase_num_fields() の例 <?php $rs = ibase_query ( "SELEC ... T * FROM tablename" ); $coln = ibase_num_fields ( $rs ); for ( $i = 0 ; $i < $coln ; $i ...
https://man.plustar.jp/php/function.ibase-num-fields.html - [similar]
データベースを削除する 7055
« ibase_delete_user ibase_errcode » PHP Manual Firebird/InterBase 関数 データベースを削除する ibase ... ase_drop_db (PHP 5, PHP 7 < 7.4.0) ibase_drop_db — データベースを削除する 説明 ibase_drop_d ... ( resource $connection = null ): bool この関数は、 ibase_connect() あるいは ibase_pconnect() のいずれかによ ... 合に true を、失敗した場合に false を返します。 参考 ibase_connect() - データベースへの接続をオープンする iba ... をオープンする 関連キーワード: データベース , 削除 , ibase , オープン , pconnect , リンク , 接続 , connection ...
https://man.plustar.jp/php/function.ibase-drop-db.html - [similar]
フィールドに関する情報を得る 6940
« ibase_fetch_row ibase_free_event_handler » PHP Manual Firebird/InterBase 関数 フィールドに関す ... る情報を得る ibase_field_info (PHP 5, PHP 7 < 7.4.0) ibase_field_info ... — フィールドに関する情報を得る 説明 ibase_field_info ( resource $result , int $field_number ... as 、 relation 、 length そして type です。 例 例1 ibase_field_info() の例 <?php $rs = ibase_query ( "SELEC ... T * FROM tablename" ); $coln = ibase_num_fields ( $rs ); for ( $i = 0 ; $i < $coln ; $i ...
https://man.plustar.jp/php/function.ibase-field-info.html - [similar]
のエイリアス ibase_wait_event 6914
« fbird_trans ibase_add_user » PHP Manual Firebird/InterBase 関数 のエイリアス ibase_wait_event ... 5, PHP 7 < 7.4.0) fbird_wait_event — のエイリアス ibase_wait_event() 説明 この関数は次の関数のエイリアスで ... す。 ibase_wait_event() . 参考 fbird_set_event_handler() - の ... エイリアス ibase_set_event_handler fbird_free_event_handler() - のエ ... イリアス ibase_free_event_handler 関連キーワード: event , ibase , ...
https://man.plustar.jp/php/function.fbird-wait-event.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT