検索

phrase: max: clip:
target: order:
Results of 641 - 650 of about 1401 for 定数 (0.166 sec.)
MultipleIterator クラス 2496
« LimitIterator::valid MultipleIterator::attachIterator » PHP Manual イテレータ MultipleIterator ... 概要 class MultipleIterator implements Iterator { /* 定数 */ const int MIT_NEED_ANY = 0 ; const int MIT_NEED ... int $flags ): void public valid (): bool } 定義済み定数 MultipleIterator::MIT_NEED_ANY すべてのサブイテレー ...
https://man.plustar.jp/php/class.multipleiterator.html - [similar]
Normalizer クラス 2496
« Locale::setDefault Normalizer::getRawDecomposition » PHP Manual intl Normalizer クラス Normali ... m = Normalizer::FORM_C ): string | false } 定義済み定数 以下の定数は、使用する正規化方式を定義するものです ...
https://man.plustar.jp/php/class.normalizer.html - [similar]
RegexIterator クラス 2496
« RecursiveTreeIterator::valid RegexIterator::accept » PHP Manual イテレータ RegexIterator クラス ... 概要 class RegexIterator extends FilterIterator { /* 定数 */ const int MATCH = 0 ; const int GET_MATCH = 1 ; ... public IteratorIterator::valid (): bool } 定義済み定数 RegexIterator の操作モード RegexIterator::ALL_MATC ...
https://man.plustar.jp/php/class.regexiterator.html - [similar]
Spoofchecker クラス 2496
« ResourceBundle::getLocales Spoofchecker::areConfusable » PHP Manual intl Spoofchecker クラス S ... d public setChecks ( int $checks ): void } 定義済み定数 Spoofchecker::ASCII Spoofchecker::HIGHLY_RESTRICTI ... .0 Spoofchecker::setRestrictionLevel() で使うクラス定数、 Spoofchecker::ASCII , Spoofchecker::HIGHLY_RESTRI ...
https://man.plustar.jp/php/class.spoofchecker.html - [similar]
CURL 転送用の複数のオプションを設定する 2496
« curl_reset curl_setopt » PHP Manual cURL 関数 CURL 転送用の複数のオプションを設定する curl_set ... 列。キーとして使用できるのは、 有効な curl_setopt() 定数か、 その定数に対応する整数値だけです。 戻り値 すべて ...
https://man.plustar.jp/php/function.curl-setopt-array.html - [similar]
指定した暗号のキーの長さを得る 2496
« mcrypt_get_iv_size mcrypt_list_algorithms » PHP Manual Mcrypt 関数 指定した暗号のキーの長さを得 ... ソースを使用します。 パラメータ cipher MCRYPT_暗号名 定数のいずれか、 あるいはアルゴリズム名をあらわす文字列。 ... mode 定数 MCRYPT_MODE_モード名 、あるいは文字列 "ecb", "cbc" ...
https://man.plustar.jp/php/function.mcrypt-get-key-size.html - [similar]
メルセンヌ・ツイスター乱数生成器にシードを指定する 2496
« mt_rand octdec » PHP Manual Math 関数 メルセンヌ・ツイスター乱数生成器にシードを指定する mt_sr ... 意の整数値で指定するシード値。 mode 以下のいずれかの定数を使用して、使用するアルゴリズムの実装を指定します。 ... 定数 説明 MT_RAND_MT19937 PHP 7.1.0より利用可能となって ...
https://man.plustar.jp/php/function.mt-srand.html - [similar]
指定したハッシュがオプションにマッチするかどうかを調べる 2496
« password_hash password_verify » PHP Manual Password Hashing 関数 指定したハッシュがオプションに ... ッシュに使うアルゴリズムを表す パスワードアルゴリズム定数 。 options オプションを含む連想配列。各アルゴリズム ... ートするオプションについては、 パスワードアルゴリズム定数 のページを参照ください。 戻り値 指定した algo と o ...
https://man.plustar.jp/php/function.password-needs-rehash.html - [similar]
scrypt を使い、パスワードからキーを導出する 2496
« sodium_crypto_pwhash_scryptsalsa208sha256_str sodium_crypto_pwhash_str_needs_rehash » PHP Manu ... 次第で、 適切な値の上限値を設定するために、いくつかの定数が存在します。 弱いものから強いものへと並べると、以下 ... 単位で指定します。 適切な値を選ぶために、ヘルパとなる定数が存在します。 サイズの順に、以下の通りです: SODIUM_ ...
https://man.plustar.jp/php/function.sodium-crypto-pwhash-scryptsalsa208sha256.ht... - [similar]
ユーザーレベルのエラー/警告/通知メッセージを生成する 2496
« set_exception_handler user_error » PHP Manual エラー処理関数 ユーザーレベルのエラー/警告/通知メ ... このエラーに割り当てられたエラー型です。E_USER 関連の定数のみが指定可能で、デフォルトは E_USER_NOTICE です。 ... ) - 以前のエラーハンドラ関数を回復する エラーレベル定数 関連キーワード: エラー , ユーザー , メッセージ , 警 ...
https://man.plustar.jp/php/function.trigger-error.html - [similar]