検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 737 for [SIMILAR] 16 1024 4096 WITH 51920 攻撃 WITH 2152... (0.686 sec.)
キーが指すデータを取得する 3673
« dba_exists dba_firstkey » PHP Manual DBA 関数 キーが指すデータを取得する dba_fetch (PHP 4, PHP 5, PHP 7, PHP 8) dba_fetch — キーが指すデータを取得する 説明 dba_fetch ( string $key , resource $handle ): string dba_fetch ( string $key , int $skip , resource $handle ): string dba_fetch() ...
https://man.plustar.jp/php/function.dba-fetch.html - [similar]
最初のキーを取得する 3673
« dba_fetch dba_handlers » PHP Manual DBA 関数 最初のキーを取得する dba_firstkey (PHP 4, PHP 5, PHP 7, PHP 8) dba_firstkey — 最初のキーを取得する 説明 dba_firstkey ( resource $dba ): string | false dba_firstkey() はデータベースの最初のキーを返し、 内部キーポインタをリセットします。 この関 ...
https://man.plustar.jp/php/function.dba-firstkey.html - [similar]
はじめに 3673
« MySQLi mysqli の概要 » PHP Manual MySQLi はじめに はじめに mysqli 拡張サポートによって MySQL 4.1 以上で提供される機能を利用することができるようになります。MySQL データベースサーバーに関する詳細は » http://www.mysql.com/ をご覧ください。 PHP から MySQL を使うために使用できるソフトウェア ...
https://man.plustar.jp/php/intro.mysqli.html - [similar]
テスト 3673
« インストール手順 実行時設定 » PHP Manual インストール/設定 テスト テスト OCI8 のテストスイートは ext/oci8/tests にあります。 OCI8 のテストを実行すると、テストが失敗したときのログがこのディレクトリに記録されます。 PHP のテストを実行する前に、 details.inc を編集して $user、$password と接 ...
https://man.plustar.jp/php/oci8.test.html - [similar]
はじめに 3673
« GeoIP インストール/設定 » PHP Manual GeoIP はじめに はじめに GeoIP 拡張モジュールを使用すると、IP アドレスの場所を探すことができます。 市、州、国、経度、緯度そして ISP や接続方式などの情報が GeoIP を用いて取得できます。 警告 この拡張モジュールは、MaxMind の現在の "GeoIP2" データベースを ...
https://man.plustar.jp/php/intro.geoip.html - [similar]
次のキーを取得する 3673
« dba_list dba_open » PHP Manual DBA 関数 次のキーを取得する dba_nextkey (PHP 4, PHP 5, PHP 7, PHP 8) dba_nextkey — 次のキーを取得する 説明 dba_nextkey ( resource $dba ): string | false dba_nextkey() は、 が指すデータベースの次のキーを返し、内部キーポインタを進めます。 パラメータ dba dba ...
https://man.plustar.jp/php/function.dba-nextkey.html - [similar]
はじめに 3673
« OCI8 インストール/設定 » PHP Manual OCI8 はじめに はじめに これらの関数により、 Oracle データベースにアクセスできます。 これらは SQL 及び PL/SQL 文をサポートします。基本的なフィーチャーには、 トランザクション制御、 PHP 変数の Oracle プレースホルダへのバインディング、 及び、ラージ・オブ ...
https://man.plustar.jp/php/intro.oci8.html - [similar]
データベースを選択し、そこでクエリーを実行する 2828
« mysql_db_name mysql_drop_db » PHP Manual MySQL 関数 データベースを選択し、そこでクエリーを実行する mysql_db_query (PHP 4, PHP 5) mysql_db_query — データベースを選択し、そこでクエリーを実行する 警告 この関数は PHP 5.3.0 で非推奨になり、PHP 7.0.0 で MySQL 拡張モジュール 全体とあわせて削除 ...
https://man.plustar.jp/php/function.mysql-db-query.html - [similar]
データベース上でひとつ以上のクエリを実行する 2828
« mysqli::more_results mysqli::next_result » PHP Manual mysqli データベース上でひとつ以上のクエリを実行する mysqli::multi_query mysqli_multi_query (PHP 5, PHP 7, PHP 8) mysqli::multi_query -- mysqli_multi_query — データベース上でひとつ以上のクエリを実行する 説明 オブジェクト指向型 public ...
https://man.plustar.jp/php/mysqli.multi-query.html - [similar]
指定したデータベースに、結果を返さないクエリを実行する 2828
« SQLite3::escapeString SQLite3::lastErrorCode » PHP Manual SQLite3 指定したデータベースに、結果を返さないクエリを実行する SQLite3::exec (PHP 5 >= 5.3.0, PHP 7, PHP 8) SQLite3::exec — 指定したデータベースに、結果を返さないクエリを実行する 説明 public SQLite3::exec ( string $query ): bool ...
https://man.plustar.jp/php/sqlite3.exec.html - [similar]