検索

phrase: max: clip:
target: order:
Results of 211 - 220 of about 509 for [SIMILAR] 16 1024 4096 WITH 40557 keytype WITH 1... (0.362 sec.)
mysqli_warning クラス 0
« mysqli_driver::$report_mode mysqli_warning::__construct » PHP Manual MySQLi mysqli_warning クラス mysqli_warning クラス (PHP 5, PHP 7, PHP 8) はじめに MySQL の警告を表します。 クラス概要 final class mysqli_warning { /* プロパティ */ public string $ message ; public string $ sqlstate ; ...
https://man.plustar.jp/php/class.mysqli-warning.html - [similar]
列挙型と定数 0
« 列挙型と static メソッド トレイト » PHP Manual 列挙型(Enum) 列挙型と定数 列挙型と定数 列挙型には定数も含めることができます。 定数には public, private, protected が指定できますが、 列挙型では実際 private と protected は同じものです。 なぜなら、継承が許されていないからです。 列挙型の定数 ...
https://man.plustar.jp/php/language.enumerations.constants.html - [similar]
ファイルへの絶対パスを取得する 0
« SplFileInfo::getPerms SplFileInfo::getSize » PHP Manual SplFileInfo ファイルへの絶対パスを取得する SplFileInfo::getRealPath (PHP 5 >= 5.2.2, PHP 7, PHP 8) SplFileInfo::getRealPath — ファイルへの絶対パスを取得する 説明 public SplFileInfo::getRealPath (): string | false このメソッドは、す ...
https://man.plustar.jp/php/splfileinfo.getrealpath.html - [similar]
疑似ランダムなバイト文字列を生成する 0
« openssl_public_encrypt openssl_seal » PHP Manual OpenSSL 関数 疑似ランダムなバイト文字列を生成する openssl_random_pseudo_bytes (PHP 5 >= 5.3.0, PHP 7, PHP 8) openssl_random_pseudo_bytes — 疑似ランダムなバイト文字列を生成する 説明 openssl_random_pseudo_bytes ( int $length , bool &$stron ...
https://man.plustar.jp/php/function.openssl-random-pseudo-bytes.html - [similar]
ReflectionReference クラス 0
« ReflectionIntersectionType::getTypes ReflectionReference::__construct » PHP Manual リフレクション ReflectionReference クラス ReflectionReference クラス (PHP 7 >= 7.4.0, PHP 8) はじめに ReflectionReference クラスは、リファレンスに関する情報を提供します。 クラス概要 final class Reflectio ...
https://man.plustar.jp/php/class.reflectionreference.html - [similar]
非対称暗号化のパディングフラグ 0
« 目的を調べるフラグ キーの型 » PHP Manual 定義済み定数 非対称暗号化のパディングフラグ 非対称暗号化のパディングフラグ OPENSSL_PKCS1_PADDING ( int ) OPENSSL_SSLV23_PADDING ( int ) OPENSSL_NO_PADDING ( int ) OPENSSL_PKCS1_OAEP_PADDING ( int ) 関連キーワード: フラグ , 非対称 , int , 目的 , ...
https://man.plustar.jp/php/openssl.padding.html - [similar]
ECC で利用可能な楕円曲線の名前を取得する 0
« openssl_get_cipher_methods openssl_get_md_methods » PHP Manual OpenSSL 関数 ECC で利用可能な楕円曲線の名前を取得する openssl_get_curve_names (PHP 7 >= 7.1.0, PHP 8) openssl_get_curve_names — ECC で利用可能な楕円曲線の名前を取得する 説明 openssl_get_curve_names (): array | false 楕円曲線 ...
https://man.plustar.jp/php/function.openssl-get-curve-names.html - [similar]
Generates entropy by means of OpenSSL's RAND_poll() 0
« EventUtil::setSocketOption FTP » PHP Manual EventUtil Generates entropy by means of OpenSSL's RAND_poll() EventUtil::sslRandPoll (PECL event >= 1.2.6-beta) EventUtil::sslRandPoll — Generates entropy by means of OpenSSL's RAND_poll() 説明 public static EventUtil::sslRandPoll (): void Ge ...
https://man.plustar.jp/php/eventutil.sslrandpoll.html - [similar]
S/MIME で署名されたメッセージの署名を検証する 0
« openssl_pkcs7_sign openssl_pkey_derive » PHP Manual OpenSSL 関数 S/MIME で署名されたメッセージの署名を検証する openssl_pkcs7_verify (PHP 4 >= 4.0.6, PHP 5, PHP 7, PHP 8) openssl_pkcs7_verify — S/MIME で署名されたメッセージの署名を検証する 説明 openssl_pkcs7_verify ( string $input_filen ...
https://man.plustar.jp/php/function.openssl-pkcs7-verify.html - [similar]
列挙型と static メソッド 0
« 列挙型とメソッド 列挙型と定数 » PHP Manual 列挙型(Enum) 列挙型と static メソッド 列挙型と static メソッド 列挙型は、static メソッドを持つこともできます。 列挙型で static メソッドを使う主な理由は、 コンストラクタの代わりをさせるためです。たとえば、以下のようなものです: <?php enum Size { ...
https://man.plustar.jp/php/language.enumerations.static-methods.html - [similar]