検索

phrase: max: clip:
target: order:
Results of 171 - 180 of about 334 for [SIMILAR] 16 1024 4096 WITH 31805 sqlite WITH 90... (0.299 sec.)
バッファクエリと非バッファクエリ 0
« コンセプト 文字セット » PHP Manual コンセプト バッファクエリと非バッファクエリ バッファクエリと非バッファクエリ クエリは、デフォルトではバッファモードで実行されます。 つまり、クエリの結果がすぐに MySQL サーバーから PHP に転送され、 PHP プロセスのメモリ内に結果を保持し続けるということで ...
https://man.plustar.jp/php/mysqlinfo.concepts.buffering.html - [similar]
段階的なハッシュコンテキストを初期化する 0
« hash_hmac hash_pbkdf2 » PHP Manual Hash 関数 段階的なハッシュコンテキストを初期化する hash_init (PHP 5 >= 5.1.2, PHP 7, PHP 8, PECL hash >= 1.1) hash_init — 段階的なハッシュコンテキストを初期化する 説明 hash_init ( string $algo , int $flags = 0 , string $key = "" , array $options = [] ...
https://man.plustar.jp/php/function.hash-init.html - [similar]
乱数を生成する 0
« rad2deg round » PHP Manual Math 関数 乱数を生成する rand (PHP 4, PHP 5, PHP 7, PHP 8) rand — 乱数を生成する 説明 rand (): int rand ( int $min , int $max ): int オプションの引数 min , max を省略してコールした場合、 rand() は 0 と getrandmax() の間の擬似乱数(整数)を返します。 例えば、5 か ...
https://man.plustar.jp/php/function.rand.html - [similar]
直近の検索に関するヒット数を返す 0
« yaz_get_option yaz_itemorder » PHP Manual YAZ 関数 直近の検索に関するヒット数を返す yaz_hits (PHP 4 >= 4.0.1, PECL yaz >= 0.9.0) yaz_hits — 直近の検索に関するヒット数を返す 説明 yaz_hits ( resource $id , array &$searchresult = ? ): int yaz_hits() は、直近の検索に関するヒット数を返します ...
https://man.plustar.jp/php/function.yaz-hits.html - [similar]
SQL文が出来ることを限定するため、authorizer として使われるコールバックを設定する 0
« SQLite3::querySingle SQLite3::version » PHP Manual SQLite3 SQL文が出来ることを限定するため、authorizer として使われるコールバックを設定する SQLite3::setAuthorizer (PHP 8) SQLite3::setAuthorizer — SQL文が出来ることを限定するため、authorizer として使われるコールバックを設定する 説明 publ ...
https://man.plustar.jp/php/sqlite3.setauthorizer.html - [similar]
新機能 0
« PHP 7.1.x から PHP 7.2.x への移行 新しい関数 » PHP Manual PHP 7.1.x から PHP 7.2.x への移行 新機能 新機能 object 型 object 型が新たに導入されました。 任意のオブジェクトに対する (反変) パラメータの型付けや (共変) 戻り値の型付けで使えます。 <?php function test ( object $obj ) : object { ...
https://man.plustar.jp/php/migration72.new-features.html - [similar]
GeoIP データベースが使用可能かどうかを調べる 0
« geoip_database_info geoip_db_filename » PHP Manual GeoIP 関数 GeoIP データベースが使用可能かどうかを調べる geoip_db_avail (PECL geoip >= 1.0.1) geoip_db_avail — GeoIP データベースが使用可能かどうかを調べる 説明 geoip_db_avail ( int $database ): bool geoip_db_avail() 関数は、対応する Ge ...
https://man.plustar.jp/php/function.geoip-db-avail.html - [similar]
PDOException クラス 0
« PDOStatement::setFetchMode PDO ドライバ » PHP Manual PDO PDOException クラス PDOException クラス (PHP 5 >= 5.1.0, PHP 7, PHP 8) はじめに PDO が発するエラーを表します。あなた自身が書いたコードから PDOException をスローしてはいけません。 PHP の例外についての詳細な情報は、 例外 を参照くだ ...
https://man.plustar.jp/php/class.pdoexception.html - [similar]
scoutapm がデータを収集する関数の一覧 0
« scoutapm_get_calls SNMP » PHP Manual Scoutapm 関数 scoutapm がデータを収集する関数の一覧 scoutapm_list_instrumented_functions (PECL scoutapm >= 1.0.2) scoutapm_list_instrumented_functions — scoutapm がデータを収集する関数の一覧 説明 scoutapm_list_instrumented_functions (): array この拡 ...
https://man.plustar.jp/php/function.scoutapm-list-instrumented-functions.html - [similar]
文字セット 0
« バッファクエリと非バッファクエリ MySQLi » PHP Manual コンセプト 文字セット 文字セット 適切な文字セットをサーバーレベルで設定しておくのが理想であり、MySQL のマニュアルの » Character Set Configuration にもそうするよう書かれています。 しかしそれ以外にも、各 MySQL API には実行時に文字セット ...
https://man.plustar.jp/php/mysqlinfo.concepts.charset.html - [similar]