<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.mysqli.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'ja',
  ),
  'this' => 
  array (
    0 => 'mysqli.constants.php',
    1 => '定義済み定数',
    2 => '定義済み定数',
  ),
  'up' => 
  array (
    0 => 'book.mysqli.php',
    1 => 'MySQLi',
  ),
  'prev' => 
  array (
    0 => 'mysqli.persistconns.php',
    1 => 'mysqli 拡張モジュールでの持続的接続',
  ),
  'next' => 
  array (
    0 => 'mysqli.notes.php',
    1 => 'ノート',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'ja',
    'path' => 'reference/mysqli/constants.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="mysqli.constants" class="appendix">
 <h1 class="title">定義済み定数</h1>

 <p class="simpara">
以下の定数が定義されています。
この関数の拡張モジュールが PHP 組み込みでコンパイルされているか、
実行時に動的にロードされている場合のみ使用可能です。
</p>
  <dl>
   
    <dt id="constant.mysqli-read-default-group">
     <strong><code><a href="mysqli.constants.php#constant.mysqli-read-default-group">MYSQLI_READ_DEFAULT_GROUP</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <p class="para">
      <var class="filename">my.cnf</var> の指定した名前のグループか、
      あるいは <strong><code><a href="mysqli.constants.php#constant.mysqli-read-default-file">MYSQLI_READ_DEFAULT_FILE</a></code></strong>
      で指定したファイルからオプションを読み込みます。
     </p>
    </dd>
   
   
    <dt id="constant.mysqli-read-default-file">
     <strong><code><a href="mysqli.constants.php#constant.mysqli-read-default-file">MYSQLI_READ_DEFAULT_FILE</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <p class="para">
      <var class="filename">my.cnf</var> のかわりに、指定したファイルからオプションを
      読み込みます。
     </p>
    </dd>
   
   
    <dt id="constant.mysqli-opt-can-handle_expired_passwords">
     <strong><code>MYSQLI_OPT_CAN_HANDLE_EXPIRED_PASSWORDS</code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      サーバーに対して、クライアントが期限切れパスワードのサンドボックスモードを処理できることを示します。
      <span class="function"><a href="mysqli.options.php" class="function">mysqli_options()</a></span> と共に使用できます。
     </span>
    </dd>
   
   
    <dt id="constant.mysqli-opt-load-data_local_dir">
     <strong><code>MYSQLI_OPT_LOAD_DATA_LOCAL_DIR</code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      有効にすると、このオプションは <code class="literal">LOAD DATA LOCAL</code> ステートメントで
      クライアント側の <code class="literal">LOCAL</code> データのロードを許可するディレクトリを指定します。
     </span>
    </dd>
    
   
    <dt id="constant.mysqli-opt-connect-timeout">
     <strong><code><a href="mysqli.constants.php#constant.mysqli-opt-connect-timeout">MYSQLI_OPT_CONNECT_TIMEOUT</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <p class="para">
      接続のタイムアウトまでの秒数。
     </p>
    </dd>
   
   
    <dt id="constant.mysqli-opt-read-timeout">
     <strong><code><a href="mysqli.constants.php#constant.mysqli-opt-read-timeout">MYSQLI_OPT_READ_TIMEOUT</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <p class="para">
      コマンドの実行結果が返ってくるまでのタイムアウト秒数。PHP 7.2.0 以降で利用可能です。
     </p>
    </dd>
   
   
    <dt id="constant.mysqli-opt-local-infile">
     <strong><code><a href="mysqli.constants.php#constant.mysqli-opt-local-infile">MYSQLI_OPT_LOCAL_INFILE</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <p class="para">
      <code class="literal">LOAD LOCAL INFILE</code> コマンドを有効にします。
     </p>
    </dd>
   
   
    <dt id="constant.mysqli-opt-int-and-float-native">
     <strong><code><a href="mysqli.constants.php#constant.mysqli-opt-int-and-float-native">MYSQLI_OPT_INT_AND_FLOAT_NATIVE</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <p class="para">
      整数型と浮動小数点型のカラムをPHPの数値に変換します。mysqlnd でのみ有効です。
     </p>
    </dd>
   
   
    <dt id="constant.mysqli-opt-net-cmd-buffer-size">
     <strong><code><a href="mysqli.constants.php#constant.mysqli-opt-net-cmd-buffer-size">MYSQLI_OPT_NET_CMD_BUFFER_SIZE</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <p class="para">
      内部的なコマンド/ネットワークバッファのサイズを指定します。mysqlnd でのみ有効です。
     </p>
    </dd>
   
   
    <dt id="constant.mysqli-opt-net-read-buffer-size">
     <strong><code><a href="mysqli.constants.php#constant.mysqli-opt-net-read-buffer-size">MYSQLI_OPT_NET_READ_BUFFER_SIZE</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <p class="para">
      MySQL のコマンドパケットのボディ部分を読み取る際の、チャンクサイズをバイト単位で指定します。
      mysqlnd でのみ有効です。
     </p>
    </dd>
   
   
    <dt id="constant.mysqli-opt-ssl-verify-server-cert">
     <strong><code><a href="mysqli.constants.php#constant.mysqli-opt-ssl-verify-server-cert">MYSQLI_OPT_SSL_VERIFY_SERVER_CERT</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <p class="para">
     </p>
    </dd>
   
   
    <dt id="constant.mysqli-init-command">
     <strong><code><a href="mysqli.constants.php#constant.mysqli-init-command">MYSQLI_INIT_COMMAND</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <p class="para">
      MySQL サーバーへの接続時に実行するコマンド。
      再接続時にも自動的に再実行されます。
     </p>
    </dd>
   
   
    <dt id="constant.mysqli-client-can-handle_expired_passwords">
     <strong><code>MYSQLI_CLIENT_CAN_HANDLE_EXPIRED_PASSWORDS</code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      サーバーに対して、クライアントが期限切れパスワードのサンドボックスモードを処理できることを示します。
      <span class="function"><a href="mysqli.real-connect.php" class="function">mysqli_real_connect()</a></span> と共に使用できます。
     </span>
    </dd>
   
   
    <dt id="constant.mysqli-client-found-rows">
     <strong><code><a href="mysqli.constants.php#constant.mysqli-client-found-rows">MYSQLI_CLIENT_FOUND_ROWS</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      影響を受けた行数ではなく、一致した行数を返します。
     </span>
    </dd>
   
   
    <dt id="constant.mysqli-client-ssl-verify_server_cert">
     <strong><code>MYSQLI_CLIENT_SSL_VERIFY_SERVER_CERT</code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      サーバー証明書を検証します。
     </span>
    </dd>
   
   
    <dt id="constant.mysqli-client-ssl">
     <strong><code><a href="mysqli.constants.php#constant.mysqli-client-ssl">MYSQLI_CLIENT_SSL</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <p class="para">
      SSL（暗号化プロトコル）を使用します。このオプションは、アプリケーション
      プログラムで指定することはできず、MySQL クライアントライブラリの内部で設定します。
     </p>
    </dd>
   
   
    <dt id="constant.mysqli-client-compress">
     <strong><code><a href="mysqli.constants.php#constant.mysqli-client-compress">MYSQLI_CLIENT_COMPRESS</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <p class="para">
      圧縮プロトコルを使用します。
     </p>
    </dd>
   
   
    <dt id="constant.mysqli-client-interactive">
     <strong><code><a href="mysqli.constants.php#constant.mysqli-client-interactive">MYSQLI_CLIENT_INTERACTIVE</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <p class="para">
      （<code class="literal">wait_timeout</code> のかわりに）<code class="literal">interactive_timeout</code> の秒数を使用できるように
      します。クライアントセッションの <code class="literal">wait_timeout</code> 変数の値は、<code class="literal">interactive_timeout</code>
      変数の値に設定されます。
     </p>
    </dd>
   
   
    <dt id="constant.mysqli-client-ignore-space">
     <strong><code><a href="mysqli.constants.php#constant.mysqli-client-ignore-space">MYSQLI_CLIENT_IGNORE_SPACE</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <p class="para">
      関数名に続く空白文字を許可します。すべての関数名を予約語とします。
     </p>
    </dd>
   
   
    <dt id="constant.mysqli-client-no-schema">
     <strong><code><a href="mysqli.constants.php#constant.mysqli-client-no-schema">MYSQLI_CLIENT_NO_SCHEMA</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <p class="para">
      <code class="literal">db_name.tbl_name.col_name</code> 形式の使用を禁止します。
     </p>
    </dd>
   
   
    <dt id="constant.mysqli-client-multi-queries"><strong><code><a href="mysqli.constants.php#constant.mysqli-client-multi-queries">MYSQLI_CLIENT_MULTI_QUERIES</a></code></strong></dt>
    <dd>
     <p class="para">
      セミコロンで区切られた複数のクエリを、
      一度の <span class="function"><a href="mysqli.query.php" class="function">mysqli_query()</a></span>
      コールで実行することを許可します。
     </p>
    </dd>
   
   
    <dt id="constant.mysqli-store-result">
     <strong><code><a href="mysqli.constants.php#constant.mysqli-store-result">MYSQLI_STORE_RESULT</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <p class="para">
      結果セットをバッファに格納します。
      値は <code class="literal">0</code> です。
     </p>
    </dd>
   
   
    <dt id="constant.mysqli-store-result-copy_data">
     <strong><code>MYSQLI_STORE_RESULT_COPY_DATA</code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      PHP 8.1 以降、この定数はもはや意味をなしません。
      PHP 8.1 より前は、
      <code class="literal">mysqlnd</code> の内部バッファに格納されたフェッチ結果を
      PHP 変数へコピーするために使用されていました。
      デフォルトでは <code class="literal">mysqlnd</code>  は、メモリ内の結果を
      重複させないようにコピーではなく参照ロジックを使用します。
      しかし、特定の結果セット、たとえば多数の小さな行を持つ結果セットでは、
      PHP 変数を個別で早期に解放できるコピー方式の方が
      全体的なメモリ使用量を削減る可能性があります。
      <code class="literal">mysqlnd</code> のみで利用可能です。
      PHP 8.4.0 で非推奨となりました。
     </span>
    </dd>
   
   
    <dt id="constant.mysqli-use-result">
     <strong><code><a href="mysqli.constants.php#constant.mysqli-use-result">MYSQLI_USE_RESULT</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <p class="para">
      結果セットをバッファに格納しません。
      値は <code class="literal">1</code> です。
     </p>
    </dd>
   
   
    <dt id="constant.mysqli-assoc">
     <strong><code><a href="mysqli.constants.php#constant.mysqli-assoc">MYSQLI_ASSOC</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <p class="para">
      行データを、カラム名をインデックスとする配列に格納して返します。
     </p>
    </dd>
   
   
    <dt id="constant.mysqli-num">
     <strong><code><a href="mysqli.constants.php#constant.mysqli-num">MYSQLI_NUM</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <p class="para">
      行データを、数値インデックスの配列に格納して返します。
     </p>
    </dd>
   
   
    <dt id="constant.mysqli-both">
     <strong><code><a href="mysqli.constants.php#constant.mysqli-both">MYSQLI_BOTH</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <p class="para">
      行データを、数値インデックス・カラム名インデックスの両方を
      保持する配列に格納して返します。
     </p>
    </dd>
   
   
    <dt id="constant.mysqli-not-null-flag">
     <strong><code><a href="mysqli.constants.php#constant.mysqli-not-null-flag">MYSQLI_NOT_NULL_FLAG</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <p class="para">
      フィールドは、<code class="literal">NOT NULL</code> と定義されています。
     </p>
    </dd>
   
   
    <dt id="constant.mysqli-pri-key-flag">
     <strong><code><a href="mysqli.constants.php#constant.mysqli-pri-key-flag">MYSQLI_PRI_KEY_FLAG</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <p class="para">
      フィールドは、プライマリキーの一部です。
     </p>
    </dd>
   
   
    <dt id="constant.mysqli-unique-key-flag">
     <strong><code><a href="mysqli.constants.php#constant.mysqli-unique-key-flag">MYSQLI_UNIQUE_KEY_FLAG</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <p class="para">
      フィールドは、ユニークキーの一部です。
     </p>
    </dd>
   

   
    <dt id="constant.mysqli-multiple-key-flag">
     <strong><code><a href="mysqli.constants.php#constant.mysqli-multiple-key-flag">MYSQLI_MULTIPLE_KEY_FLAG</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <p class="para">
      フィールドは、インデックスの一部です。
     </p>
    </dd>
   
   
    <dt id="constant.mysqli-blob-flag">
     <strong><code><a href="mysqli.constants.php#constant.mysqli-blob-flag">MYSQLI_BLOB_FLAG</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <p class="para">
      フィールドは <code class="literal">BLOB</code> と定義されています。
     </p>
    </dd>
   
   
    <dt id="constant.mysqli-unsigned-flag">
     <strong><code><a href="mysqli.constants.php#constant.mysqli-unsigned-flag">MYSQLI_UNSIGNED_FLAG</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <p class="para">
      フィールドは <code class="literal">UNSIGNED</code> と定義されています。
     </p>
    </dd>
   
   
    <dt id="constant.mysqli-zerofill-flag">
     <strong><code><a href="mysqli.constants.php#constant.mysqli-zerofill-flag">MYSQLI_ZEROFILL_FLAG</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <p class="para">
      フィールドは <code class="literal">ZEROFILL</code> と定義されています。
     </p>
    </dd>
   
   
    <dt id="constant.mysqli-auto-increment-flag">
     <strong><code><a href="mysqli.constants.php#constant.mysqli-auto-increment-flag">MYSQLI_AUTO_INCREMENT_FLAG</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <p class="para">
      フィールドは <code class="literal">AUTO_INCREMENT</code> と定義されています。
     </p>
    </dd>
   
   
    <dt id="constant.mysqli-timestamp-flag">
     <strong><code><a href="mysqli.constants.php#constant.mysqli-timestamp-flag">MYSQLI_TIMESTAMP_FLAG</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <p class="para">
      フィールドは <code class="literal">TIMESTAMP</code> と定義されています。
     </p>
    </dd>
   
   
    <dt id="constant.mysqli-set-flag">
     <strong><code><a href="mysqli.constants.php#constant.mysqli-set-flag">MYSQLI_SET_FLAG</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <p class="para">
      フィールドは <code class="literal">SET</code> と定義されています。
     </p>
    </dd>
   
   
    <dt id="constant.mysqli-num-flag">
     <strong><code><a href="mysqli.constants.php#constant.mysqli-num-flag">MYSQLI_NUM_FLAG</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <p class="para">
      フィールドは <code class="literal">NUMERIC</code> と定義されています。
     </p>
    </dd>
   
   
    <dt id="constant.mysqli-part-key-flag">
     <strong><code><a href="mysqli.constants.php#constant.mysqli-part-key-flag">MYSQLI_PART_KEY_FLAG</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <p class="para">
      フィールドは、マルチインデックスの一部です。
     </p>
    </dd>
   
   
    <dt id="constant.mysqli-group-flag">
     <strong><code><a href="mysqli.constants.php#constant.mysqli-group-flag">MYSQLI_GROUP_FLAG</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <p class="para">
      フィールドは <code class="literal">GROUP BY</code> の一部です。
     </p>
    </dd>
   
   
    <dt id="constant.mysqli-no-default-value_flag">
     <strong><code>MYSQLI_NO_DEFAULT_VALUE_FLAG</code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      カラムの定義に <code class="literal">DEFAULT</code> 句がありません。これは <code class="literal">NULL</code> や 
      <code class="literal">AUTO_INCREMENT</code> カラムには適用されません。なぜならそのようなカラムはそれぞれ
      デフォルト値として <code class="literal">NULL</code> および暗黙のデフォルト値を持っているためです。
     </span>
    </dd>
   
   
    <dt id="constant.mysqli-type-decimal">
     <strong><code><a href="mysqli.constants.php#constant.mysqli-type-decimal">MYSQLI_TYPE_DECIMAL</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <p class="para">
      フィールドは <code class="literal">DECIMAL</code> と定義されています。
     </p>
    </dd>
   
   
    <dt id="constant.mysqli-type-newdecimal">
     <strong><code><a href="mysqli.constants.php#constant.mysqli-type-newdecimal">MYSQLI_TYPE_NEWDECIMAL</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <p class="para">
      精密な <code class="literal">DECIMAL</code> あるいは <code class="literal">NUMERIC</code> のフィールドです
     </p>
    </dd>
   
   
    <dt id="constant.mysqli-type-bit">
     <strong><code><a href="mysqli.constants.php#constant.mysqli-type-bit">MYSQLI_TYPE_BIT</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <p class="para">
      フィールドは <code class="literal">BIT</code> と定義されています
     </p>
    </dd>
   
   
    <dt id="constant.mysqli-type-tiny">
     <strong><code><a href="mysqli.constants.php#constant.mysqli-type-tiny">MYSQLI_TYPE_TINY</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <p class="para">
      フィールドは <code class="literal">TINYINT</code> と定義されています。
     </p>
    </dd>
   
   
    <dt id="constant.mysqli-type-short">
     <strong><code><a href="mysqli.constants.php#constant.mysqli-type-short">MYSQLI_TYPE_SHORT</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <p class="para">
      フィールドは <code class="literal">SMALLINT</code> と定義されています。
     </p>
    </dd>
   
   
    <dt id="constant.mysqli-type-long">
     <strong><code><a href="mysqli.constants.php#constant.mysqli-type-long">MYSQLI_TYPE_LONG</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <p class="para">
      フィールドは <code class="literal">INT</code> と定義されています。
     </p>
    </dd>
   
   
    <dt id="constant.mysqli-type-float">
     <strong><code><a href="mysqli.constants.php#constant.mysqli-type-float">MYSQLI_TYPE_FLOAT</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <p class="para">
      フィールドは <code class="literal">FLOAT</code> と定義されています。
     </p>
    </dd>
   
   
    <dt id="constant.mysqli-type-double">
     <strong><code><a href="mysqli.constants.php#constant.mysqli-type-double">MYSQLI_TYPE_DOUBLE</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <p class="para">
      フィールドは <code class="literal">DOUBLE</code> と定義されています。
     </p>
    </dd>
   
   
    <dt id="constant.mysqli-type-null">
     <strong><code><a href="mysqli.constants.php#constant.mysqli-type-null">MYSQLI_TYPE_NULL</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <p class="para">
      フィールドは <code class="literal">DEFAULT NULL</code> と定義されています。
     </p>
    </dd>
   
   
    <dt id="constant.mysqli-type-timestamp">
     <strong><code><a href="mysqli.constants.php#constant.mysqli-type-timestamp">MYSQLI_TYPE_TIMESTAMP</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <p class="para">
      フィールドは <code class="literal">TIMESTAMP</code> と定義されています。
     </p>
    </dd>
   
   
    <dt id="constant.mysqli-type-longlong">
     <strong><code><a href="mysqli.constants.php#constant.mysqli-type-longlong">MYSQLI_TYPE_LONGLONG</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <p class="para">
      フィールドは <code class="literal">BIGINT</code> と定義されています。
     </p>
    </dd>
   
   
    <dt id="constant.mysqli-type-int24">
     <strong><code><a href="mysqli.constants.php#constant.mysqli-type-int24">MYSQLI_TYPE_INT24</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <p class="para">
      フィールドは <code class="literal">MEDIUMINT</code> と定義されています。
     </p>
    </dd>
   
   
    <dt id="constant.mysqli-type-date">
     <strong><code><a href="mysqli.constants.php#constant.mysqli-type-date">MYSQLI_TYPE_DATE</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <p class="para">
      フィールドは <code class="literal">DATE</code> と定義されています。
     </p>
    </dd>
   
   
    <dt id="constant.mysqli-type-time">
     <strong><code><a href="mysqli.constants.php#constant.mysqli-type-time">MYSQLI_TYPE_TIME</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <p class="para">
      フィールドは <code class="literal">TIME</code> と定義されています。
     </p>
    </dd>
   
   
    <dt id="constant.mysqli-type-datetime">
     <strong><code><a href="mysqli.constants.php#constant.mysqli-type-datetime">MYSQLI_TYPE_DATETIME</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <p class="para">
      フィールドは <code class="literal">DATETIME</code> と定義されています。
     </p>
    </dd>
   
   
    <dt id="constant.mysqli-type-year">
     <strong><code><a href="mysqli.constants.php#constant.mysqli-type-year">MYSQLI_TYPE_YEAR</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <p class="para">
      フィールドは <code class="literal">YEAR</code> と定義されています。
     </p>
    </dd>
   
   
    <dt id="constant.mysqli-type-newdate">
     <strong><code><a href="mysqli.constants.php#constant.mysqli-type-newdate">MYSQLI_TYPE_NEWDATE</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <p class="para">
      フィールドは <code class="literal">DATE</code> と定義されています。
     </p>
    </dd>
   
   
    <dt id="constant.mysqli-type-interval">
     <strong><code><a href="mysqli.constants.php#constant.mysqli-type-interval">MYSQLI_TYPE_INTERVAL</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <p class="para">
      <strong><code><a href="mysqli.constants.php#constant.mysqli-type-enum">MYSQLI_TYPE_ENUM</a></code></strong> のエイリアスです。
      PHP 8.4.0 で削除されました。
     </p>
    </dd>
   
   
    <dt id="constant.mysqli-type-enum">
     <strong><code><a href="mysqli.constants.php#constant.mysqli-type-enum">MYSQLI_TYPE_ENUM</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <p class="para">
      フィールドは <code class="literal">ENUM</code> と定義されています。
     </p>
    </dd>
   
   
    <dt id="constant.mysqli-type-set">
     <strong><code><a href="mysqli.constants.php#constant.mysqli-type-set">MYSQLI_TYPE_SET</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <p class="para">
      フィールドは <code class="literal">SET</code> と定義されています。
     </p>
    </dd>
   
   
    <dt id="constant.mysqli-type-tiny-blob">
     <strong><code><a href="mysqli.constants.php#constant.mysqli-type-tiny-blob">MYSQLI_TYPE_TINY_BLOB</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <p class="para">
      フィールドは <code class="literal">TINYBLOB</code> と定義されています。
     </p>
    </dd>
   
   
    <dt id="constant.mysqli-type-medium-blob">
     <strong><code><a href="mysqli.constants.php#constant.mysqli-type-medium-blob">MYSQLI_TYPE_MEDIUM_BLOB</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <p class="para">
      フィールドは <code class="literal">MEDIUMBLOB</code> と定義されています。
     </p>
    </dd>
   
   
    <dt id="constant.mysqli-type-long-blob">
     <strong><code><a href="mysqli.constants.php#constant.mysqli-type-long-blob">MYSQLI_TYPE_LONG_BLOB</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <p class="para">
      フィールドは <code class="literal">LONGBLOB</code> と定義されています。
     </p>
    </dd>
   
   
    <dt id="constant.mysqli-type-blob">
     <strong><code><a href="mysqli.constants.php#constant.mysqli-type-blob">MYSQLI_TYPE_BLOB</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <p class="para">
      フィールドは <code class="literal">BLOB</code> と定義されています。
     </p>
    </dd>
   
   
    <dt id="constant.mysqli-type-var-string">
     <strong><code><a href="mysqli.constants.php#constant.mysqli-type-var-string">MYSQLI_TYPE_VAR_STRING</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <p class="para">
      フィールドは <code class="literal">VARCHAR</code> あるいは <code class="literal">BINARY</code> と定義されています。
     </p>
    </dd>
   
   
    <dt id="constant.mysqli-type-string">
     <strong><code><a href="mysqli.constants.php#constant.mysqli-type-string">MYSQLI_TYPE_STRING</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <p class="para">
      フィールドは <code class="literal">STRING</code> と定義されています。
     </p>
    </dd>
   
   
    <dt id="constant.mysqli-type-char">
     <strong><code><a href="mysqli.constants.php#constant.mysqli-type-char">MYSQLI_TYPE_CHAR</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <p class="para">
      フィールドは <code class="literal">TINYINT</code> と定義されています。
      <code class="literal">CHAR</code> については <code class="literal">MYSQLI_TYPE_STRING</code> を参照ください。
     </p>
    </dd>
   
   
    <dt id="constant.mysqli-type-geometry">
     <strong><code><a href="mysqli.constants.php#constant.mysqli-type-geometry">MYSQLI_TYPE_GEOMETRY</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <p class="para">
      フィールドは <code class="literal">GEOMETRY</code> と定義されています。
     </p>
    </dd>
   
   
    <dt id="constant.mysqli-type-json">
     <strong><code><a href="mysqli.constants.php#constant.mysqli-type-json">MYSQLI_TYPE_JSON</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <p class="para">
      フィールドは <code class="literal">JSON</code> と定義されています。
      mysqlnd のみ有効で、MySQL 5.7.8 以降が必要です。
     </p>
    </dd>
   
   
    <dt id="constant.mysqli-type-vector">
     <strong><code><a href="mysqli.constants.php#constant.mysqli-type-vector">MYSQLI_TYPE_VECTOR</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <p class="para">
      フィールドは <code class="literal">VECTOR</code> と定義されています。
     </p>
    </dd>
   
   
    <dt id="constant.mysqli-need-data"><strong><code><a href="mysqli.constants.php#constant.mysqli-need-data">MYSQLI_NEED_DATA</a></code></strong></dt>
    <dd>
     <p class="para">
      バインド変数に、さらにデータを使用可能です。
     </p>
    </dd>
   
   
    <dt id="constant.mysqli-enum-flag">
     <strong><code><a href="mysqli.constants.php#constant.mysqli-enum-flag">MYSQLI_ENUM_FLAG</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <p class="para">
     フィールドが <code class="literal">ENUM</code> として定義されています。
     </p>
    </dd>
   
   
    <dt id="constant.mysqli-binary-flag">
     <strong><code><a href="mysqli.constants.php#constant.mysqli-binary-flag">MYSQLI_BINARY_FLAG</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <p class="para">
      フィールドが <code class="literal">BINARY</code> として定義されています。
     </p>
    </dd>
   
   
    <dt id="constant.mysqli-cursor-type-for-update">
     <strong><code><a href="mysqli.constants.php#constant.mysqli-cursor-type-for-update">MYSQLI_CURSOR_TYPE_FOR_UPDATE</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <p class="para">
      PHP 8.4.0 で削除されました。
     </p>
    </dd>
   
   
    <dt id="constant.mysqli-cursor-type-no-cursor">
     <strong><code><a href="mysqli.constants.php#constant.mysqli-cursor-type-no-cursor">MYSQLI_CURSOR_TYPE_NO_CURSOR</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <p class="para">
     </p>
    </dd>
   
   
    <dt id="constant.mysqli-cursor-type-read-only">
     <strong><code><a href="mysqli.constants.php#constant.mysqli-cursor-type-read-only">MYSQLI_CURSOR_TYPE_READ_ONLY</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <p class="para">
     </p>
    </dd>
   
   
    <dt id="constant.mysqli-cursor-type-scrollable">
     <strong><code><a href="mysqli.constants.php#constant.mysqli-cursor-type-scrollable">MYSQLI_CURSOR_TYPE_SCROLLABLE</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <p class="para">
      PHP 8.4.0 で削除されました。
     </p>
    </dd>
   
   
    <dt id="constant.mysqli-stmt-attr-cursor-type">
     <strong><code><a href="mysqli.constants.php#constant.mysqli-stmt-attr-cursor-type">MYSQLI_STMT_ATTR_CURSOR_TYPE</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <p class="para">
     </p>
    </dd>
   
   
    <dt id="constant.mysqli-stmt-attr-prefetch-rows">
     <strong><code><a href="mysqli.constants.php#constant.mysqli-stmt-attr-prefetch-rows">MYSQLI_STMT_ATTR_PREFETCH_ROWS</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <p class="para">
      PHP 8.4.0 で削除されました。
     </p>
    </dd>
   
   
    <dt id="constant.mysqli-stmt-attr-update-max-length">
     <strong><code><a href="mysqli.constants.php#constant.mysqli-stmt-attr-update-max-length">MYSQLI_STMT_ATTR_UPDATE_MAX_LENGTH</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <p class="para">
     </p>
    </dd>
   
   
    <dt id="constant.mysqli-set-charset-name">
     <strong><code><a href="mysqli.constants.php#constant.mysqli-set-charset-name">MYSQLI_SET_CHARSET_NAME</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <p class="para">
     </p>
    </dd>
   
   
    <dt id="constant.mysqli-report-index">
     <strong><code><a href="mysqli.constants.php#constant.mysqli-report-index">MYSQLI_REPORT_INDEX</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <p class="para">
      クエリ内でインデックスが使われていなかったり間違ったインデックスを使っていたりする場合に報告します。
     </p>
    </dd>
   
   
    <dt id="constant.mysqli-report-error">
     <strong><code><a href="mysqli.constants.php#constant.mysqli-report-error">MYSQLI_REPORT_ERROR</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <p class="para">
      mysqli 関数コールのエラーを報告します。
     </p>
    </dd>
   
   
    <dt id="constant.mysqli-report-strict">
     <strong><code><a href="mysqli.constants.php#constant.mysqli-report-strict">MYSQLI_REPORT_STRICT</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <p class="para">
      エラー時に、警告の代わりに <code class="literal">mysqli_sql_exception</code> をスローします。
     </p>
    </dd>
   
   
    <dt id="constant.mysqli-report-all">
     <strong><code><a href="mysqli.constants.php#constant.mysqli-report-all">MYSQLI_REPORT_ALL</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <p class="para">
      すべてのオプションを有効にします (すべてを報告します)。
     </p>
    </dd>
   
   
    <dt id="constant.mysqli-report-off">
     <strong><code><a href="mysqli.constants.php#constant.mysqli-report-off">MYSQLI_REPORT_OFF</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <p class="para">
      報告を無効にします。
     </p>
    </dd>
   
   
    <dt id="constant.mysqli-debug-trace-enabled">
     <strong><code><a href="mysqli.constants.php#constant.mysqli-debug-trace-enabled">MYSQLI_DEBUG_TRACE_ENABLED</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <p class="para">
      <span class="function"><a href="mysqli.debug.php" class="function">mysqli_debug()</a></span> 機能が有効の場合に 1 が設定されます。
     </p>
    </dd>
   
   
    <dt id="constant.mysqli-server-public-key">
     <strong><code><a href="mysqli.constants.php#constant.mysqli-server-public-key">MYSQLI_SERVER_PUBLIC_KEY</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <p class="para">
     </p>
    </dd>
   
   
    <dt id="constant.mysqli-refresh-grant">
     <strong><code><a href="mysqli.constants.php#constant.mysqli-refresh-grant">MYSQLI_REFRESH_GRANT</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <p class="para">
      権限テーブルをリフレッシュします。
      PHP 8.4.0 で非推奨となりました。
     </p>
    </dd>
   
   
    <dt id="constant.mysqli-refresh-log">
     <strong><code><a href="mysqli.constants.php#constant.mysqli-refresh-log">MYSQLI_REFRESH_LOG</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <p class="para">
      ログをフラッシュします。<abbr>SQL</abbr> 文
      <code class="literal">FLUSH LOGS</code> を実行するのと同じです。
      PHP 8.4.0 で非推奨となりました。
     </p>
    </dd>
   
   
    <dt id="constant.mysqli-refresh-tables">
     <strong><code><a href="mysqli.constants.php#constant.mysqli-refresh-tables">MYSQLI_REFRESH_TABLES</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <p class="para">
      テーブルキャッシュをフラッシュします。<abbr>SQL</abbr> 文
      <code class="literal">FLUSH TABLES</code> を実行するのと同じです。
      PHP 8.4.0 で非推奨となりました。
     </p>
    </dd>
   
   
    <dt id="constant.mysqli-refresh-hosts">
     <strong><code><a href="mysqli.constants.php#constant.mysqli-refresh-hosts">MYSQLI_REFRESH_HOSTS</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <p class="para">
      ホストキャッシュをフラッシュします。<abbr>SQL</abbr> 文
      <code class="literal">FLUSH HOSTS</code> を実行するのと同じです。
      PHP 8.4.0 で非推奨となりました。
     </p>
    </dd>
   
   
    <dt id="constant.mysqli-refresh-replica">
     <strong><code><a href="mysqli.constants.php#constant.mysqli-refresh-replica">MYSQLI_REFRESH_REPLICA</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <p class="para">
      <strong><code><a href="mysqli.constants.php#constant.mysqli-refresh-slave">MYSQLI_REFRESH_SLAVE</a></code></strong> のエイリアスです。
      PHP 8.1.0 以降で利用可能です。PHP 8.4.0 で非推奨となりました。
     </p>
    </dd>
   
   
    <dt id="constant.mysqli-refresh-status">
     <strong><code><a href="mysqli.constants.php#constant.mysqli-refresh-status">MYSQLI_REFRESH_STATUS</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <p class="para">
      状態変数をリセットします。<abbr>SQL</abbr> 文
      <code class="literal">FLUSH STATUS</code> を実行するのと同じです。
      PHP 8.4.0 で非推奨となりました。
     </p>
    </dd>
   
   
    <dt id="constant.mysqli-refresh-threads">
     <strong><code><a href="mysqli.constants.php#constant.mysqli-refresh-threads">MYSQLI_REFRESH_THREADS</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <p class="para">
      スレッドキャッシュをフラッシュします。
      PHP 8.4.0 で非推奨となりました。
     </p>
    </dd>
   
   
    <dt id="constant.mysqli-refresh-slave">
     <strong><code><a href="mysqli.constants.php#constant.mysqli-refresh-slave">MYSQLI_REFRESH_SLAVE</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <p class="para">
      レプリケーションのスレーブ側のサーバーで、
      マスタサーバーの情報をリセットしてスレーブを再起動します。
      <abbr>SQL</abbr> 文
      <code class="literal">RESET SLAVE</code> を実行するのと同じです。
      PHP 8.4.0 で非推奨となりました。
     </p>
    </dd>
   
   
    <dt id="constant.mysqli-refresh-master">
     <strong><code><a href="mysqli.constants.php#constant.mysqli-refresh-master">MYSQLI_REFRESH_MASTER</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <p class="para">
      レプリケーションのマスタ側のサーバーで、
      バイナリログインデックスにあるバイナリログファイルを削除してインデックスファイルを切り詰めます。
      <abbr>SQL</abbr> 文
      <code class="literal">RESET MASTER</code> を実行するのと同じです。
      PHP 8.4.0 で非推奨となりました。
     </p>
    </dd>
   
   
    <dt id="constant.mysqli-refresh-backup-log">
     <strong><code><a href="mysqli.constants.php#constant.mysqli-refresh-backup-log">MYSQLI_REFRESH_BACKUP_LOG</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      バックアップログファイルをクローズし、再度オープンします。
      PHP 8.4.0 で非推奨となりました。
     </span>
    </dd>
   
   
    <dt id="constant.mysqli-trans-cor-and-chain">
     <strong><code><a href="mysqli.constants.php#constant.mysqli-trans-cor-and-chain">MYSQLI_TRANS_COR_AND_CHAIN</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <p class="para">
      &quot;AND CHAIN&quot; を <span class="function"><a href="mysqli.commit.php" class="function">mysqli_commit()</a></span> あるいは
      <span class="function"><a href="mysqli.rollback.php" class="function">mysqli_rollback()</a></span> に追加します。
     </p>
    </dd>
   
   
    <dt id="constant.mysqli-trans-cor-and-no-chain">
     <strong><code><a href="mysqli.constants.php#constant.mysqli-trans-cor-and-no-chain">MYSQLI_TRANS_COR_AND_NO_CHAIN</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <p class="para">
      &quot;AND NO CHAIN&quot; を <span class="function"><a href="mysqli.commit.php" class="function">mysqli_commit()</a></span> あるいは
      <span class="function"><a href="mysqli.rollback.php" class="function">mysqli_rollback()</a></span> に追加します。
     </p>
    </dd>
   
   
    <dt id="constant.mysqli-trans-cor-release">
     <strong><code><a href="mysqli.constants.php#constant.mysqli-trans-cor-release">MYSQLI_TRANS_COR_RELEASE</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <p class="para">
      &quot;RELEASE&quot; を <span class="function"><a href="mysqli.commit.php" class="function">mysqli_commit()</a></span> あるいは
      <span class="function"><a href="mysqli.rollback.php" class="function">mysqli_rollback()</a></span> に追加します。
     </p>
    </dd>
   
   
    <dt id="constant.mysqli-trans-cor-no-release">
     <strong><code><a href="mysqli.constants.php#constant.mysqli-trans-cor-no-release">MYSQLI_TRANS_COR_NO_RELEASE</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <p class="para">
      &quot;NO RELEASE&quot; を <span class="function"><a href="mysqli.commit.php" class="function">mysqli_commit()</a></span> あるいは
      <span class="function"><a href="mysqli.rollback.php" class="function">mysqli_rollback()</a></span> に追加します。
     </p>
    </dd>
   
   
    <dt id="constant.mysqli-trans-start-read-only">
     <strong><code><a href="mysqli.constants.php#constant.mysqli-trans-start-read-only">MYSQLI_TRANS_START_READ_ONLY</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <p class="para">
      <span class="function"><a href="mysqli.begin-transaction.php" class="function">mysqli_begin_transaction()</a></span> で、
      トランザクションを &quot;START TRANSACTION READ ONLY&quot; で開始します。
     </p>
    </dd>
   
   
    <dt id="constant.mysqli-trans-start-read-write">
     <strong><code><a href="mysqli.constants.php#constant.mysqli-trans-start-read-write">MYSQLI_TRANS_START_READ_WRITE</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <p class="para">
      <span class="function"><a href="mysqli.begin-transaction.php" class="function">mysqli_begin_transaction()</a></span> で、
      トランザクションを &quot;START TRANSACTION READ WRITE&quot; で開始します。
     </p>
    </dd>
   
   
    <dt id="constant.mysqli-trans-start-with-consistent-snapshot">
     <strong><code><a href="mysqli.constants.php#constant.mysqli-trans-start-with-consistent-snapshot">MYSQLI_TRANS_START_WITH_CONSISTENT_SNAPSHOT</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <p class="para">
      トランザクションを &quot;START TRANSACTION WITH CONSISTENT SNAPSHOT&quot; で開始します。
     </p>
    </dd>
   
   
    <dt id="constant.mysqli-client-ssl-dont-verify-server-cert">
     <strong><code><a href="mysqli.constants.php#constant.mysqli-client-ssl-dont-verify-server-cert">MYSQLI_CLIENT_SSL_DONT_VERIFY_SERVER_CERT</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <p class="para">
      MySQL 5.6.5 以降が必要です。
     </p>
    </dd>
   
   
    <dt id="constant.mysqli-is-mariadb">
     <strong><code><a href="mysqli.constants.php#constant.mysqli-is-mariadb">MYSQLI_IS_MARIADB</a></code></strong>
     (<span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span>)
    </dt>
    <dd>
     <p class="para">
      mysqli 拡張モジュールが MariaDB クライアントライブラリを使ってビルドされているかどうか。
      PHP 8.1.2 以降が必要です。
     </p>
    </dd>
   
   
    <dt id="constant.mysqli-async">
     <strong><code><a href="mysqli.constants.php#constant.mysqli-async">MYSQLI_ASYNC</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      クエリは非同期に実行され、結果セットはすぐには返されません。
      <code class="literal">mysqlnd</code> でのみ利用可能です。
     </span>
    </dd>
   
   
    <dt id="constant.mysqli-on-update-now_flag">
     <strong><code>MYSQLI_ON_UPDATE_NOW_FLAG</code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      フィールドが更新されると、現在時刻の値が設定されます。
     </span>
    </dd>
   
  </dl>
</div>
<?php manual_footer($setup); ?>