検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 436 for [SIMILAR] 16 1024 4096 WITH 10580 mysqli WITH 83... (0.338 sec.)
サンプル 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_execute mysqli_get_links_stats » PHP Manual エイリアスおよび非推奨の Mysqli 関数 プロセスごとのクライアントの統計を返す mysqli_get_client_stats (PHP 5 >= 5.3.0, PHP 7, PHP 8) mysqli_get_client_stats — プロセスごとのクライアントの統計を返す 説明 mysqli_get_client_stats (): array ...
https://man.plustar.jp/php/function.mysqli-get-client-stats.html - [similar]
新機能 0
« PHP 8.0.x から PHP 8.1.x への移行 新しいクラスとインターフェイス » PHP Manual PHP 8.0.x から PHP 8.1.x への移行 新機能 新機能 PHP コア 8進数の整数リテラルのプレフィックス指定 8進数の整数値の場合に、 数値リテラルのプレフィックスとして明示的に 0o や 0O を指定できるようになりました。 これ ...
https://man.plustar.jp/php/migration81.new-features.html - [similar]
Prepares a query for execution 0
« sqlsrv_num_rows sqlsrv_query » PHP Manual SQLSRV 関数 Prepares a query for execution sqlsrv_prepare (No version information available, might only be in Git) sqlsrv_prepare — Prepares a query for execution 説明 sqlsrv_prepare ( resource $conn , string $sql , array $params = ? , array $o ...
https://man.plustar.jp/php/function.sqlsrv-prepare.html - [similar]
MySQL 関数 (PDO_MYSQL) 0
« PDO_INFORMIX DSN PDO_MYSQL DSN » PHP Manual PDO ドライバ MySQL 関数 (PDO_MYSQL) MySQL 関数 (PDO_MYSQL) はじめに PDO_MYSQL は、PHP から MySQL データベースへのアクセスを可能にするための PHP Data Objects (PDO) インターフェイス を実装したドライバです。 PDO_MYSQLは、 デフォルトでエミュレート ...
https://man.plustar.jp/php/ref.pdo-mysql.html - [similar]
プリペアドステートメントを実行する 0
« db2_exec db2_fetch_array » PHP Manual IBM DB2 関数 プリペアドステートメントを実行する db2_execute (PECL ibm_db2 >= 1.0.0) db2_execute — プリペアドステートメントを実行する 説明 db2_execute ( resource $stmt , array $parameters = ? ): bool db2_execute() は、 db2_prepare() で準備された SQL ...
https://man.plustar.jp/php/function.db2-execute.html - [similar]
変更履歴 0
« サンプル PHP Manual 付録 変更履歴 変更履歴 標準添付の拡張モジュールには次のような変更がありました。 Version Function Description PECL OCI8 3.2 oci_set_prefetch_lob PECL OCI8 1.4 oci_set_prefetch これより前のバージョンでは、rows は 1 以上でなければなりませんでした。 PECL OCI8 1.3.4 oci_ ...
https://man.plustar.jp/php/doc.changelog.html - [similar]
Cancels a statement 0
« sqlsrv_begin_transaction sqlsrv_client_info » PHP Manual SQLSRV 関数 Cancels a statement sqlsrv_cancel (No version information available, might only be in Git) sqlsrv_cancel — Cancels a statement 説明 sqlsrv_cancel ( resource $stmt ): bool Cancels a statement. Any results associated wi ...
https://man.plustar.jp/php/function.sqlsrv-cancel.html - [similar]
プリペアドステートメントおよびストアドプロシージャ 0
« トランザクションおよび自動コミット エラーおよびエラー処理 » PHP Manual PDO プリペアドステートメントおよびストアドプロシージャ プリペアドステートメントおよびストアドプロシージャ より成熟したデータベースの多くは、プリペアドステートメントという 概念をサポートしています。プリペアドステート ...
https://man.plustar.jp/php/pdo.prepared-statements.html - [similar]
実行する SQL 文を準備する 0
« SQLite3::openBlob SQLite3::query » PHP Manual SQLite3 実行する SQL 文を準備する SQLite3::prepare (PHP 5 >= 5.3.0, PHP 7, PHP 8) SQLite3::prepare — 実行する SQL 文を準備する 説明 public SQLite3::prepare ( string $query ): SQLite3Stmt | false 実行する SQL 文を準備し、 SQLite3Stmt オブジェ ...
https://man.plustar.jp/php/sqlite3.prepare.html - [similar]