検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 800 for [SIMILAR] 16 1024 4096 WITH 37788 lengths WITH 7... (7.816 sec.)
指定したフィールドが含まれるテーブルの名前を取得する 0
« mysql_field_seek mysql_field_type » PHP Manual MySQL 関数 指定したフィールドが含まれるテーブルの名前を取得する mysql_field_table (PHP 4, PHP 5) mysql_field_table — 指定したフィールドが含まれるテーブルの名前を取得する 警告 この拡張モジュールは PHP 5.5.0 で非推奨になり、PHP 7.0.0 で削除さ ...
https://man.plustar.jp/php/function.mysql-field-table.html - [similar]
手続き型とオブジェクト指向インターフェイス 0
« クイックスタートガイド データベース接続 » PHP Manual クイックスタートガイド 手続き型とオブジェクト指向インターフェイス 手続き型とオブジェクト指向インターフェイス mysqli 拡張機能は、 ふたつのインターフェイスを提供しています。 手続き型とオブジェクト志向のインターフェイスです。 古い mysql ...
https://man.plustar.jp/php/mysqli.quickstart.dual-interface.html - [similar]
どの API を使うか 0
« 用語説明 どのライブラリを選ぶか » PHP Manual MySQL 用 PHP ドライバの概要 どの API を使うか どの API を使うか PHP には、様々な MySQL へ接続する API があります。 以下に、mysqli と PDO が提供する API を示します。 それぞれのコードは、"example.com" 上で稼働する MySQL サーバーに ユーザー名 " ...
https://man.plustar.jp/php/mysqlinfo.api.choosing.html - [similar]
実行時設定 0
« インストール 非互換性 » PHP Manual Mysqlnd 実行時設定 実行時設定 php.ini の設定により動作が変化します。 MySQL Native Driver 設定オプション 名前 デフォルト 変更可能 変更履歴 mysqlnd.collect_statistics "1" PHP_INI_SYSTEM mysqlnd.collect_memory_statistics "0" PHP_INI_SYSTEM mysqlnd.debug ...
https://man.plustar.jp/php/mysqlnd.config.html - [similar]
関数・メソッド 0
« 索引 サンプル » PHP Manual 索引 関数・メソッド 関数・メソッド マニュアル内の全関数およびメソッドの一覧 a b c d e f g h i j k l m n o p q r s t u v w x y z _ 㠊 a abs - 絶対値 acos - 逆余弦(アークコサイン) acosh - 逆双曲線余弦(アークハイパボリックコサイン) addcslashes - C 言語と同様 ...
https://man.plustar.jp/php/indexes.functions.html - [similar]
コレクションからドキュメントをひとつ削除する 0
« Collection::remove Collection::replaceOne » PHP Manual mysql_xdevapi\Collection コレクションからドキュメントをひとつ削除する Collection::removeOne (No version information available, might only be in Git) Collection::removeOne — コレクションからドキュメントをひとつ削除する 説明 public m ...
https://man.plustar.jp/php/mysql-xdevapi-collection.removeone.html - [similar]
バッファクエリと非バッファクエリ 0
« コンセプト 文字セット » PHP Manual コンセプト バッファクエリと非バッファクエリ バッファクエリと非バッファクエリ クエリは、デフォルトではバッファモードで実行されます。 つまり、クエリの結果がすぐに MySQL サーバーから PHP に転送され、 PHP プロセスのメモリ内に結果を保持し続けるということで ...
https://man.plustar.jp/php/mysqlinfo.concepts.buffering.html - [similar]
結果を保存するため、プリペアドステートメントに変数をバインドする 0
« 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 — 結果を保存するため、プリペア ...
https://man.plustar.jp/php/mysqli-stmt.bind-result.html - [similar]
Move the internal row pointer of the CUBRID result 0
« cubrid_close cubrid_db_name » PHP Manual CUBRID MySQL 互換関数 Move the internal row pointer of the CUBRID result cubrid_data_seek (PECL CUBRID >= 8.3.0) cubrid_data_seek — Move the internal row pointer of the CUBRID result 説明 cubrid_data_seek ( resource $result , int $row_number ): ...
https://man.plustar.jp/php/function.cubrid-data-seek.html - [similar]
複数のステートメント 0
« ストアドプロシージャ トランザクションのサポート » PHP Manual クイックスタートガイド 複数のステートメント 複数のステートメント MySQL は、ひとつのステートメントの文字列に、 複数のステートメントを埋め込むことをオプションでサポートしています。 しかし、そうするためには特別な操作が必要です。 ...
https://man.plustar.jp/php/mysqli.quickstart.multiple-statement.html - [similar]