Results of 1 - 10 of about 17 for iterations (0.023 sec.)
- 画像の反復を設定する 11656
- « Gmagick::setimageinterlacescheme Gmagick::setimageprofile » PHP Manual Gmagick 画像の反復を設定
...
する Gmagick::setimageiterations (PECL gmagick >= Unknown) Gmagick::setimageiterati ...
画像の反復を設定する 説明 public Gmagick::setimageiterations ( int $iterations ): Gmagick 画像の反復を設定します ...
。 パラメータ iterations 画像の遅延を 1/100 秒単位で指定します。 戻り値 Gma ...
連キーワード: 画像 , 設定 , 反復 , Gmagick , setimageiterations , エラー , iterations , 単位 , GmagickException , ...
-
https://man.plustar.jp/php/gmagick.setimageiterations.html
- [similar]
- PBKDF2 を使ってパスワードからキーを生成する 11535
- « hash_init hash_update_file » PHP Manual Hash 関数 PBKDF2 を使ってパスワードからキーを生成する
...
ing $algo , string $password , string $salt , int $iterations , int $length = 0 , bool $binary = false ): string ...
うソルト。ランダムに生成した値でなければいけません。 iterations 派生の実行の際の内部の反復回数 length 出力する文字 ...
RNING が発生するのはアルゴリズムが未知である場合、 iterations パラメータが 0 以下である場合、 length が 0 以下で ...
の基本的な使い方の例 <?php $password = "password" ; $iterations = 1000 ; // ランダムな IV を、openssl_random_pseud ...
-
https://man.plustar.jp/php/function.hash-pbkdf2.html
- [similar]
- PKCS5 v2 の PBKDF2 文字列を生成する 11035
- « openssl_open openssl_pkcs12_export_to_file » PHP Manual OpenSSL 関数 PKCS5 v2 の PBKDF2 文字列
...
$password , string $salt , int $key_length , int $iterations , string $digest_algo = "sha1" ): string | false o ...
)を推奨しています。 key_length 出力されるキーの長さ iterations イテレーションの回数。 » NIST は少なくとも10000を推 ...
ssl_random_pseudo_bytes ( 12 ); $keyLength = 40 ; $iterations = 10000 ; $generated_key = openssl_pbkdf2 ( $passw ...
ord , $salt , $keyLength , $iterations , 'sha256' ); echo bin2hex ( $generated_key ). "\n ...
-
https://man.plustar.jp/php/function.openssl-pbkdf2.html
- [similar]
- 画像の反復を設定する 10914
- « Imagick::setImageInterpolateMethod Imagick::setImageMatte » PHP Manual Imagick 画像の反復を設定
...
する Imagick::setImageIterations (PECL imagick 2, PECL imagick 3) Imagick::setImage ...
画像の反復を設定する 説明 public Imagick::setImageIterations ( int $iterations ): bool アニメーション画像の繰り ...
返し回数を設定します。 パラメータ iterations 画像をループさせる回数。'0' を指定すると、ずっとル ...
をスローします。 例 例1 基本的な Imagick::setImageIterations() の使用例 <?php $imagick = new Imagick ( realpath ...
-
https://man.plustar.jp/php/imagick.setimageiterations.html
- [similar]
- Constructs an EvTimer watcher object 9431
- « EvTimer::again EvTimer::createStopped » PHP Manual EvTimer Constructs an EvTimer watcher objec
...
teration (), PHP_EOL ; // Stop the watcher after 5 iterations Ev :: iteration () == 5 and $w -> stop (); // Stop ...
the watcher if further calls cause more than 10 iterations Ev :: iteration () >= 10 and $w -> stop (); }); // ...
reated as stopped\n" ; // Stop the watcher after 2 iterations Ev :: iteration () >= 2 and $w -> stop (); }); // ...
-
https://man.plustar.jp/php/evtimer.construct.html
- [similar]
- Reduces the deque to a single value using a callback function 8811
- « Ds\Deque::push Ds\Deque::remove » PHP Manual Deque Reduces the deque to a single value using a
...
var_dump ( $deque -> reduce ( $callback , 5 )); // Iterations: // // $carry = $initial = 5 // // $carry = $carry ...
, $value ) { return $carry + $value + 5 ; })); // Iterations: // // $carry = $initial = null // // $carry = $ca ...
-
https://man.plustar.jp/php/ds-deque.reduce.html
- [similar]
- Reduces the map to a single value using a callback function 8690
- « Ds\Map::putAll Ds\Map::remove » PHP Manual Map Reduces the map to a single value using a callb
...
; var_dump ( $map -> reduce ( $callback , 5 )); // Iterations: // // $carry = $initial = 5 // // $carry = $carry ...
, $value ) { return $carry + $value + 5 ; })); // Iterations: // // $carry = $initial = null // // $carry = $ca ...
-
https://man.plustar.jp/php/ds-map.reduce.html
- [similar]
- Reduces the sequence to a single value using a callback function 8690
- « Ds\Sequence::push Ds\Sequence::remove » PHP Manual Sequence Reduces the sequence to a single v
...
_dump ( $sequence -> reduce ( $callback , 5 )); // Iterations: // // $carry = $initial = 5 // // $carry = $carry ...
, $value ) { return $carry + $value + 5 ; })); // Iterations: // // $carry = $initial = null // // $carry = $ca ...
-
https://man.plustar.jp/php/ds-sequence.reduce.html
- [similar]
- Reduces the set to a single value using a callback function 8690
- « Ds\Set::merge Ds\Set::remove » PHP Manual Set Reduces the set to a single value using a callba
...
; var_dump ( $set -> reduce ( $callback , 5 )); // Iterations: // // $carry = $initial = 5 // // $carry = $carry ...
, $value ) { return $carry + $value + 5 ; })); // Iterations: // // $carry = $initial = null // // $carry = $ca ...
-
https://man.plustar.jp/php/ds-set.reduce.html
- [similar]
- Reduces the vector to a single value using a callback function 8690
- « Ds\Vector::push Ds\Vector::remove » PHP Manual Vector Reduces the vector to a single value usi
...
ar_dump ( $vector -> reduce ( $callback , 5 )); // Iterations: // // $carry = $initial = 5 // // $carry = $carry ...
, $value ) { return $carry + $value + 5 ; })); // Iterations: // // $carry = $initial = null // // $carry = $ca ...
-
https://man.plustar.jp/php/ds-vector.reduce.html
- [similar]