検索

phrase: max: clip:
target: order:
Results of 251 - 260 of about 651 for [SIMILAR] 16 1024 4096 WITH 23192 getgeneratedid... (0.616 sec.)
文字列の metaphone キーを計算する 0
« md5 money_format » PHP Manual String 関数 文字列の metaphone キーを計算する metaphone (PHP 4, PHP 5, PHP 7, PHP 8) metaphone — 文字列の metaphone キーを計算する 説明 metaphone ( string $string , int $max_phonemes = 0 ): string string の metaphone キーを計算します。 soundex() と同様に m ...
https://man.plustar.jp/php/function.metaphone.html - [similar]
直近のクエリについての情報を得る 0
« mysql_get_server_info mysql_insert_id » PHP Manual MySQL 関数 直近のクエリについての情報を得る mysql_info (PHP 4 >= 4.3.0, PHP 5) mysql_info — 直近のクエリについての情報を得る 警告 この拡張モジュールは PHP 5.5.0 で非推奨になり、PHP 7.0.0 で削除されました。 MySQLi あるいは PDO_MySQL を使 ...
https://man.plustar.jp/php/function.mysql-info.html - [similar]
パスワードハッシュを作る 0
« password_get_info password_needs_rehash » PHP Manual Password Hashing 関数 パスワードハッシュを作る password_hash (PHP 5 >= 5.5.0, PHP 7, PHP 8) password_hash — パスワードハッシュを作る 説明 password_hash ( string $password , string | int | null $algo , array $options = [] ): string pa ...
https://man.plustar.jp/php/function.password-hash.html - [similar]
PHP に関するクレジットを出力する 0
« php_uname phpinfo » PHP Manual PHP オプション/情報 関数 PHP に関するクレジットを出力する phpcredits (PHP 4, PHP 5, PHP 7, PHP 8) phpcredits — PHP に関するクレジットを出力する 説明 phpcredits ( int $flags = CREDITS_ALL ): bool この関数は、PHP 開発者、モジュール等のリストを有するクレジッ ...
https://man.plustar.jp/php/function.phpcredits.html - [similar]
ストリーミングAPI で安全に復号できるように、データのチャンクを暗号化する 0
« sodium_crypto_secretstream_xchacha20poly1305_pull sodium_crypto_secretstream_xchacha20poly1305_rekey » PHP Manual Sodium 関数 ストリーミングAPI で安全に復号できるように、データのチャンクを暗号化する sodium_crypto_secretstream_xchacha20poly1305_push (PHP 7 >= 7.2.0, PHP 8) sodium_crypto ...
https://man.plustar.jp/php/function.sodium-crypto-secretstream-xchacha20poly1305... - [similar]
Apache サブリクエストを実行する 0
« getallheaders FastCGI Process Manager(FPM) » PHP Manual Apache 関数 Apache サブリクエストを実行する virtual (PHP 4, PHP 5, PHP 7, PHP 8) virtual — Apache サブリクエストを実行する 説明 virtual ( string $uri ): bool virtual() は、 mod_include の <!--#include virtual...--> と似ている Apac ...
https://man.plustar.jp/php/function.virtual.html - [similar]
クラスの基礎 0
« はじめに プロパティ » PHP Manual クラスとオブジェクト クラスの基礎 クラスの基礎 class 各クラスの定義は、 class キーワードで始まり、クラス名が続きます。 そしてその後に波括弧のペアが続き、 その中にはクラスのプロパティとメソッドの定義を記述します。 クラス名には、PHP の 予約語 以外でラベル ...
https://man.plustar.jp/php/language.oop5.basic.html - [similar]
PHP 5.6.x における OpenSSL 関連の変更 0
« 新しい関数 その他の拡張モジュールに対する変更 » PHP Manual PHP 5.5.x から PHP 5.6.x への移行 PHP 5.6.x における OpenSSL 関連の変更 PHP 5.6.x における OpenSSL 関連の変更 ストリームラッパーが、SSL/TLS を使っている場合のピア証明書とホスト名の検証にデフォルトで対応 暗号化されたすべてのクラ ...
https://man.plustar.jp/php/migration56.openssl.html - [similar]
下位互換性のない変更点 0
« 新機能 推奨されなくなる機能 » PHP Manual PHP 7.4.x から PHP 8.0.x への移行 下位互換性のない変更点 下位互換性のない変更点 PHP コア 文字列と数値の比較 (厳密でないやり方で)数値と非数値文字列を比較する場合、 数値を文字列にキャストし、文字列と比較するようになりました。 数値と数値形式の文字列 ...
https://man.plustar.jp/php/migration80.incompatible.html - [similar]
データベース上でひとつ以上のクエリを実行する 0
« 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]