検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 238 for [SIMILAR] 16 1024 4096 WITH 25027 expression WIT... (0.247 sec.)
SQL文を直接実行する 0
« odbc_errormsg odbc_execute » PHP Manual ODBC 関数 SQL文を直接実行する odbc_exec (PHP 4, PHP 5, PHP 7, PHP 8) odbc_exec — SQL文を直接実行する 説明 odbc_exec ( resource $odbc , string $query ): resource | false SQL 命令を データベースサーバーに送ります。 パラメータ odbc ODBC 接続 ID。詳細 ...
https://man.plustar.jp/php/function.odbc-exec.html - [similar]
mysqli の概要 0
« はじめに クイックスタートガイド » PHP Manual MySQLi mysqli の概要 mysqli の概要 このセクションでは、 PHP アプリケーションの開発で MySQL データベースを扱うときの選択肢について説明します。 API って何? API は Application Programming Interface の略で、 何らかのタスクを実行するためにアプリケ ...
https://man.plustar.jp/php/mysqli.overview.html - [similar]
抽象化レイヤー 0
« データベース関連 DBA » PHP Manual データベース関連 抽象化レイヤー 抽象化レイヤー DBA — データベース (dbm 形式) 抽象化レイヤ はじめに インストール/設定 定義済み定数 例 DBA 関数 ODBC — ODBC (Unified) はじめに インストール/設定 定義済み定数 ODBC 関数 PDO — PHP Data Objects はじめに インス ...
https://man.plustar.jp/php/refs.database.abstract.html - [similar]
新機能 0
« PHP 7.4.x から PHP 8.0.x への移行 下位互換性のない変更点 » PHP Manual PHP 7.4.x から PHP 8.0.x への移行 新機能 新機能 PHP コア 名前付き引数 名前付き引数 のサポートが追加されました。 アトリビュート アトリビュート のサポートが追加されました。 コンストラクタのプロパティ昇格機能 コンストラ ...
https://man.plustar.jp/php/migration80.new-features.html - [similar]
クイックスタートガイド 0
« mysqli の概要 手続き型とオブジェクト指向インターフェイス » PHP Manual MySQLi クイックスタートガイド クイックスタートガイド 目次 手続き型とオブジェクト指向インターフェイス データベース接続 ステートメントの実行 プリペアドステートメント ストアドプロシージャ 複数のステートメント トランザク ...
https://man.plustar.jp/php/mysqli.quickstart.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]
結果に関連付けられたメモリを開放する 0
« mysqli_result::field_seek mysqli_result::getIterator » PHP Manual mysqli_result 結果に関連付けられたメモリを開放する mysqli_result::free mysqli_result::close mysqli_result::free_result mysqli_free_result (PHP 5, PHP 7, PHP 8) mysqli_result::free -- mysqli_result::close -- mysqli_result ...
https://man.plustar.jp/php/mysqli-result.free.html - [similar]
SQL クエリを実行する 0
« mysqli::real_escape_string mysqli::reap_async_query » PHP Manual mysqli SQL クエリを実行する mysqli::real_query mysqli_real_query (PHP 5, PHP 7, PHP 8) mysqli::real_query -- mysqli_real_query — SQL クエリを実行する 説明 オブジェクト指向型 public mysqli::real_query ( string $query ): bo ...
https://man.plustar.jp/php/mysqli.real-query.html - [similar]
文字列をスラッシュでクォートする 0
« addcslashes bin2hex » PHP Manual String 関数 文字列をスラッシュでクォートする addslashes (PHP 4, PHP 5, PHP 7, PHP 8) addslashes — 文字列をスラッシュでクォートする 説明 addslashes ( string $string ): string エスケープすべき文字の前にバックスラッシュを付けて返します。 エスケープすべき文 ...
https://man.plustar.jp/php/function.addslashes.html - [similar]
実行用に文を準備する 0
« odbc_pconnect odbc_primarykeys » PHP Manual ODBC 関数 実行用に文を準備する odbc_prepare (PHP 4, PHP 5, PHP 7, PHP 8) odbc_prepare — 実行用に文を準備する 説明 odbc_prepare ( resource $odbc , string $query ): resource | false 実行用に文を準備します。 結果 ID は、この後 odbc_execute() で命 ...
https://man.plustar.jp/php/function.odbc-prepare.html - [similar]