検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 331 for [SIMILAR] 16 1024 4096 WITH 29571 pdostatement W... (0.275 sec.)
属性を設定する 0
« PDO::rollBack PDOStatement » PHP Manual PDO 属性を設定する PDO::setAttribute (PHP 5 >= 5.1.0, PHP 7, PHP 8, PECL pdo >= 0.1.0) PDO::setAttribute — 属性を設定する 説明 public PDO::setAttribute ( int $attribute , mixed $value ): bool データベースハンドルの属性を設定します。 利用可能な通常 ...
https://man.plustar.jp/php/pdo.setattribute.html - [similar]
クエリ用の文字列をクオートする 0
« PDO::query PDO::rollBack » PHP Manual PDO クエリ用の文字列をクオートする PDO::quote (PHP 5 >= 5.1.0, PHP 7, PHP 8, PECL pdo >= 0.2.1) PDO::quote — クエリ用の文字列をクオートする 説明 public PDO::quote ( string $string , int $type = PDO::PARAM_STR ): string | false PDO::quote() は入力文 ...
https://man.plustar.jp/php/pdo.quote.html - [similar]
実行する SQL 文を準備する 0
« db2_pconnect db2_primary_keys » PHP Manual IBM DB2 関数 実行する SQL 文を準備する db2_prepare (PECL ibm_db2 >= 1.0.0) db2_prepare — 実行する SQL 文を準備する 説明 db2_prepare ( resource $connection , string $statement , array $options = ? ): resource db2_prepare() は、プリペアドステート ...
https://man.plustar.jp/php/function.db2-prepare.html - [similar]
サンプル 0
« 関数・メソッド 変更履歴 » PHP Manual 索引 サンプル サンプル マニュアル内の全サンプルの一覧 Example#0 - 初歩的な例 Example#1 - 初めての PHP スクリプト: hello.php Example#2 - PHP からシステムに関する情報を取得する Example#3 - 変数を出力する (配列要素) Example#4 - 制御構造 および 関数の使 ...
https://man.plustar.jp/php/indexes.examples.html - [similar]
プリペアドステートメントを実行する 0
« mysqli_stmt::$error mysqli_stmt::fetch » PHP Manual mysqli_stmt プリペアドステートメントを実行する mysqli_stmt::execute mysqli_stmt_execute (PHP 5, PHP 7, PHP 8) mysqli_stmt::execute -- mysqli_stmt_execute — プリペアドステートメントを実行する 説明 オブジェクト指向型 public mysqli_stmt: ...
https://man.plustar.jp/php/mysqli-stmt.execute.html - [similar]
指定したパラメータでプリペアドステートメントを実行するリクエストを 送信し、その... 0
« pg_select pg_send_prepare » PHP Manual PostgreSQL 関数 指定したパラメータでプリペアドステートメントを実行するリクエストを 送信し、その結果を待たない pg_send_execute (PHP 5 >= 5.1.0, PHP 7, PHP 8) pg_send_execute — 指定したパラメータでプリペアドステートメントを実行するリクエストを 送信し ...
https://man.plustar.jp/php/function.pg-send-execute.html - [similar]
統計情報 0
« 持続的接続 メモ » PHP Manual Mysqlnd 統計情報 統計情報 統計情報を使う MySQL Native Driver は、クライアントとサーバー間の通信に関する統計情報を収集する機能をサポートしています。収集できる統計情報は主に2つのタイプに分けられます。 クライアントの統計情報 接続の統計情報 mysqli 拡張機能を使っ ...
https://man.plustar.jp/php/mysqlnd.stats.html - [similar]
プリペアドステートメント内のパラメータの数を返す 0
« SQLite3Stmt::getSQL SQLite3Stmt::readOnly » PHP Manual SQLite3Stmt プリペアドステートメント内のパラメータの数を返す SQLite3Stmt::paramCount (PHP 5 >= 5.3.0, PHP 7, PHP 8) SQLite3Stmt::paramCount — プリペアドステートメント内のパラメータの数を返す 説明 public SQLite3Stmt::paramCount (): ...
https://man.plustar.jp/php/sqlite3stmt.paramcount.html - [similar]
ステートメントリソースが使用しているカーソルの型を返す 0
« db2_connect db2_escape_string » PHP Manual IBM DB2 関数 ステートメントリソースが使用しているカーソルの型を返す db2_cursor_type (PECL ibm_db2 >= 1.0.0) db2_cursor_type — ステートメントリソースが使用しているカーソルの型を返す 説明 db2_cursor_type ( resource $stmt ): int ステートメントリソ ...
https://man.plustar.jp/php/function.db2-cursor-type.html - [similar]
プリペアドステートメントおよびストアドプロシージャ 0
« トランザクションおよび自動コミット エラーおよびエラー処理 » PHP Manual PDO プリペアドステートメントおよびストアドプロシージャ プリペアドステートメントおよびストアドプロシージャ より成熟したデータベースの多くは、プリペアドステートメントという 概念をサポートしています。プリペアドステート ...
https://man.plustar.jp/php/pdo.prepared-statements.html - [similar]