検索

phrase: max: clip:
target: order:
Results of 141 - 150 of about 707 for [SIMILAR] 16 1024 4096 WITH 16523 oci WITH 13960... (0.533 sec.)
データベース更新の自動コミットをオンまたはオフにする 0
« mysqli::$affected_rows mysqli::begin_transaction » PHP Manual mysqli データベース更新の自動コミットをオンまたはオフにする mysqli::autocommit mysqli_autocommit (PHP 5, PHP 7, PHP 8) mysqli::autocommit -- mysqli_autocommit — データベース更新の自動コミットをオンまたはオフにする 説明 オブジ ...
https://man.plustar.jp/php/mysqli.autocommit.html - [similar]
mysqli_stmt クラス 0
« mysqli::$warning_count mysqli_stmt::$affected_rows » PHP Manual MySQLi mysqli_stmt クラス mysqli_stmt クラス (PHP 5, PHP 7, PHP 8) はじめに プリペアドステートメントを表します。 クラス概要 class mysqli_stmt { /* プロパティ */ public readonly int | string $ affected_rows ; public readonl ...
https://man.plustar.jp/php/class.mysqli-stmt.html - [similar]
プリペアドステートメント 0
« ステートメントの実行 ストアドプロシージャ » PHP Manual クイックスタートガイド プリペアドステートメント プリペアドステートメント MySQL データベースは、 プリペアドステートメントをサポートしています。 プリペアドステートメント、 またはパラメータ化したステートメントは、 同じステートメントを ...
https://man.plustar.jp/php/mysqli.quickstart.prepared-statements.html - [similar]
現在のシステムの状態を取得する 0
« mysql_set_charset mysql_tablename » PHP Manual MySQL 関数 現在のシステムの状態を取得する mysql_stat (PHP 4 >= 4.3.0, PHP 5) mysql_stat — 現在のシステムの状態を取得する 警告 この拡張モジュールは PHP 5.5.0 で非推奨になり、PHP 7.0.0 で削除されました。 MySQLi あるいは PDO_MySQL を使うべきで ...
https://man.plustar.jp/php/function.mysql-stat.html - [similar]
複数のステートメント 0
« ストアドプロシージャ トランザクションのサポート » PHP Manual クイックスタートガイド 複数のステートメント 複数のステートメント MySQL は、ひとつのステートメントの文字列に、 複数のステートメントを埋め込むことをオプションでサポートしています。 しかし、そうするためには特別な操作が必要です。 ...
https://man.plustar.jp/php/mysqli.quickstart.multiple-statement.html - [similar]
MySQL データベース上のテーブルのリストを得る 0
« mysql_list_processes mysql_num_fields » PHP Manual MySQL 関数 MySQL データベース上のテーブルのリストを得る mysql_list_tables (PHP 4, PHP 5) mysql_list_tables — MySQL データベース上のテーブルのリストを得る 警告 この関数は PHP 4.3.0 で非推奨になり、PHP 7.0.0 で MySQL 拡張モジュール 全体と ...
https://man.plustar.jp/php/function.mysql-list-tables.html - [similar]
結果セットに名前を割り当てる 0
« ibase_modify_user ibase_num_fields » PHP Manual Firebird/InterBase 関数 結果セットに名前を割り当てる ibase_name_result (PHP 5, PHP 7 < 7.4.0) ibase_name_result — 結果セットに名前を割り当てる 説明 ibase_name_result ( resource $result , string $name ): bool この関数は、結果セットに新しい ...
https://man.plustar.jp/php/function.ibase-name-result.html - [similar]
フィールドに関する情報を得る 0
« 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 ): array select クエリが実行さ ...
https://man.plustar.jp/php/function.ibase-field-info.html - [similar]
データベースへの接続を返す 0
« db2_conn_errormsg db2_cursor_type » PHP Manual IBM DB2 関数 データベースへの接続を返す db2_connect (PECL ibm_db2 >= 1.0.0) db2_connect — データベースへの接続を返す 説明 db2_connect ( string $database , string $username , string $password , array $options = ? ): resource IBM DB2 Univers ...
https://man.plustar.jp/php/function.db2-connect.html - [similar]
ステートメントの実行 0
« データベース接続 プリペアドステートメント » PHP Manual クイックスタートガイド ステートメントの実行 ステートメントの実行 ステートメントは、 mysqli::query() , mysqli::real_query() , mysqli::multi_query() を使って実行できます。 mysqli::query() がもっともよく使われますが、 ステートメントの ...
https://man.plustar.jp/php/mysqli.quickstart.statements.html - [similar]