検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 165 for stmt (0.003 sec.)
The MySQLi Extension Function Summary 8112
« ノート mysqli » PHP Manual MySQLi The MySQLi Extension Function Summary The MySQLi Extension F ... _stat() N/A Gets the current system status mysqli::stmt_init() mysqli_stmt_init() N/A Initializes a statem ... ent and returns an object for use with mysqli_stmt_prepare mysqli::store_result() mysqli_store_result ... Initiate a result set retrieval Summary of mysqli_stmt methods MySQL_STMT OOP Interface Procedural Interf ... Alias (Do not use) Description Properties $mysqli_stmt::affected_rows mysqli_stmt_affected_rows() N/A Ret ...
https://man.plustar.jp/php/mysqli.summary.html - [similar]
ステートメントの結果セットの任意の行に移動する 8032
« mysqli_stmt::__construct mysqli_stmt::$errno » PHP Manual mysqli_stmt ステートメントの結果セッ ... トの任意の行に移動する mysqli_stmt::data_seek mysqli_stmt_data_seek (PHP 5, PHP 7, PH ... P 8) mysqli_stmt::data_seek -- mysqli_stmt_data_seek — ステートメン ... の行に移動する 説明 オブジェクト指向型 public mysqli_stmt::data_seek ( int $offset ): void 手続き型 mysqli_s ... tmt_data_seek ( mysqli_stmt $statement , int $offset ): void ステートメントの結 ...
https://man.plustar.jp/php/mysqli-stmt.data-seek.html - [similar]
指定したステートメントのカラム数を返す 7919
« mysqli_stmt::fetch mysqli_stmt::free_result » PHP Manual mysqli_stmt 指定したステートメントのカ ... ラム数を返す mysqli_stmt::$field_count mysqli_stmt_field_count (PHP 5, PHP ... 7, PHP 8) mysqli_stmt::$field_count -- mysqli_stmt_field_count — 指定した ... のカラム数を返す 説明 オブジェクト指向型 int $mysqli_stmt->field_count ; 手続き型 mysqli_stmt_field_count ( ... mysqli_stmt $statement ): int プリペアドステートメントで指定さ ...
https://man.plustar.jp/php/mysqli-stmt.field-count.html - [similar]
SQL ステートメントを実行するために準備する 7896
« mysqli_stmt::$param_count mysqli_stmt::reset » PHP Manual mysqli_stmt SQL ステートメントを実行 ... するために準備する mysqli_stmt::prepare mysqli_stmt_prepare (PHP 5, PHP 7, PHP 8) ... mysqli_stmt::prepare -- mysqli_stmt_prepare — SQL ステートメン ... ために準備する 説明 オブジェクト指向型 public mysqli_stmt::prepare ( string $query ): bool 手続き型 mysqli_s ... tmt_prepare ( mysqli_stmt $statement , string $query ): bool 実行する前にSQL ...
https://man.plustar.jp/php/mysqli-stmt.prepare.html - [similar]
プリペアドステートメントのパラメータに変数をバインドする 7873
« mysqli_stmt::attr_set mysqli_stmt::bind_result » PHP Manual mysqli_stmt プリペアドステートメン ... トのパラメータに変数をバインドする mysqli_stmt::bind_param mysqli_stmt_bind_param (PHP 5, PHP 7, ... PHP 8) mysqli_stmt::bind_param -- mysqli_stmt_bind_param — プリペアド ... をバインドする 説明 オブジェクト指向型 public mysqli_stmt::bind_param ( string $types , mixed &$var , mixed ... &...$vars ): bool 手続き型 mysqli_stmt_bind_param ( mysqli_stmt $statement , string $type ...
https://man.plustar.jp/php/mysqli-stmt.bind-param.html - [similar]
サーバから取得した結果セットの行数を返す 7850
« mysqli_stmt::next_result mysqli_stmt::$param_count » PHP Manual mysqli_stmt サーバから取得した ... 結果セットの行数を返す mysqli_stmt::$num_rows mysqli_stmt::num_rows mysqli_stmt_num_r ... ows (PHP 5, PHP 7, PHP 8) mysqli_stmt::$num_rows -- mysqli_stmt::num_rows -- mysqli_stmt ... を返す 説明 オブジェクト指向型 int | string $mysqli_stmt->num_rows ; public mysqli_stmt::num_rows (): int | ... string 手続き型 mysqli_stmt_num_rows ( mysqli_stmt $statement ): int | string ...
https://man.plustar.jp/php/mysqli-stmt.num-rows.html - [similar]
プリペアドステートメントから結果を取得し、バインド変数に格納する 7816
« mysqli_stmt::execute mysqli_stmt::$field_count » PHP Manual mysqli_stmt プリペアドステートメン ... トから結果を取得し、バインド変数に格納する mysqli_stmt::fetch mysqli_stmt_fetch (PHP 5, PHP 7, PHP 8) mys ... qli_stmt::fetch -- mysqli_stmt_fetch — プリペアドステートメ ... 変数に格納する 説明 オブジェクト指向型 public mysqli_stmt::fetch (): ? bool 手続き型 mysqli_stmt_fetch ( mys ... qli_stmt $statement ): ? bool プリペアドステートメントから結 ...
https://man.plustar.jp/php/mysqli-stmt.fetch.html - [similar]
mysqli_stmt クラス 7793
« mysqli::$warning_count mysqli_stmt::$affected_rows » PHP Manual MySQLi mysqli_stmt クラス mysq ... li_stmt クラス (PHP 5, PHP 7, PHP 8) はじめに プリペアドス ... テートメントを表します。 クラス概要 class mysqli_stmt { /* プロパティ */ public readonly int | string $ ... ペアドステートメントの ID を保持します。 目次 mysqli_stmt::$affected_rows — 直近に実行されたステートメントで ... 削除・追加、あるいは選択された行の総数を返す mysqli_stmt::attr_get — ステートメントの属性の現在の値を取得す ...
https://man.plustar.jp/php/class.mysqli-stmt.html - [similar]
結果を保存するため、プリペアドステートメントに変数をバインドする 7793
« mysqli_stmt::bind_param mysqli_stmt::close » PHP Manual mysqli_stmt 結果を保存するため、プリペ ... アドステートメントに変数をバインドする mysqli_stmt::bind_result mysqli_stmt_bind_result (PHP 5, PHP 7 ... , PHP 8) mysqli_stmt::bind_result -- mysqli_stmt_bind_result — 結果を保 ... をバインドする 説明 オブジェクト指向型 public mysqli_stmt::bind_result ( mixed &$var , mixed &...$vars ): bo ... ol 手続き型 mysqli_stmt_bind_result ( mysqli_stmt $statement , mixed &$var ...
https://man.plustar.jp/php/mysqli-stmt.bind-result.html - [similar]
内部バッファに結果を保存する 7793
« mysqli_stmt::$sqlstate mysqli_result » PHP Manual mysqli_stmt 内部バッファに結果を保存する mys ... qli_stmt::store_result mysqli_stmt_store_result (PHP 5, PHP ... 7, PHP 8) mysqli_stmt::store_result -- mysqli_stmt_store_result — 内部バ ... 結果を保存する 説明 オブジェクト指向型 public mysqli_stmt::store_result (): bool 手続き型 mysqli_stmt_store_ ... result ( mysqli_stmt $statement ): bool 有効な結果セットを生成するクエリ ...
https://man.plustar.jp/php/mysqli-stmt.store-result.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT