検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 552 for [SIMILAR] 16 1024 4096 WITH 11341 比較 WITH 1073... (0.682 sec.)
タイミング攻撃に対して安全な文字列比較 0
« hash_copy hash_file » PHP Manual Hash 関数 タイミング攻撃に対して安全な文字列比較 hash_equals (PHP 5 >= 5.6.0, PHP 7, PHP 8) hash_equals — タイミング攻撃に対して安全な文字列比較 説明 hash_equals ( string $known_string , string $user_string ): bool 2つの文字列が等しいかどうか、同じ長さの ...
https://man.plustar.jp/php/function.hash-equals.html - [similar]
整数値の除算 0
« hypot is_finite » PHP Manual Math 関数 整数値の除算 intdiv (PHP 7, PHP 8) intdiv — 整数値の除算 説明 intdiv ( int $num1 , int $num2 ): int num1 を num2 で割った整数商を返します。 パラメータ num1 割られる数。 num2 num1 を割る数。 戻り値 num1 を num2 で割った整数商。 エラー / 例外 num2 が ...
https://man.plustar.jp/php/function.intdiv.html - [similar]
0
« 定義済み定数 FDF 関数 » PHP Manual FDF 例 例 以下の例でフォームデータの評価に関して説明します。 例1 FDF ドキュメントの評価 <?php // 拡張モジュールが提供する入力文字列から fdf をオープンします。 // pdf フォームには volume, date, comment, publisher, preparer // という名前のテキスト入力フ ...
https://man.plustar.jp/php/fdf.examples.html - [similar]
2 つの LOB/FILE ロケータの等価性を比較する 0
« oci_lob_copy oci_new_collection » PHP Manual OCI8 関数 2 つの LOB/FILE ロケータの等価性を比較する oci_lob_is_equal (PHP 5, PHP 7, PHP 8, PECL OCI8 >= 1.1.0) oci_lob_is_equal — 2 つの LOB/FILE ロケータの等価性を比較する 説明 oci_lob_is_equal ( OCILob $lob1 , OCILob $lob2 ): bool 2 つの ...
https://man.plustar.jp/php/function.ocilob-is-equal.html - [similar]
巨大な数を比較する 0
« sodium_bin2hex sodium_crypto_aead_aes256gcm_decrypt » PHP Manual Sodium 関数 巨大な数を比較する sodium_compare (PHP 7 >= 7.2.0, PHP 8) sodium_compare — 巨大な数を比較する 説明 sodium_compare ( string $string1 , string $string2 ): int 任意の長さの、 符号なし整数をリトルエンディアンで表現 ...
https://man.plustar.jp/php/function.sodium-compare.html - [similar]
最小の並列スレッド数を設定する 0
« eio_set_max_poll_time eio_stat » PHP Manual Eio 関数 最小の並列スレッド数を設定する eio_set_min_parallel (PECL eio >= 0.0.1dev) eio_set_min_parallel — 最小の並列スレッド数を設定する 説明 eio_set_min_parallel ( string $nthreads ): void パラメータ nthreads 並列スレッドの数。 戻り値 値を返 ...
https://man.plustar.jp/php/function.eio-set-min-parallel.html - [similar]
追加された添字の確認を含めて配列の差を計算する 0
« array_count_values array_diff_key » PHP Manual 配列 関数 追加された添字の確認を含めて配列の差を計算する array_diff_assoc (PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8) array_diff_assoc — 追加された添字の確認を含めて配列の差を計算する 説明 array_diff_assoc ( array $array , array ...$arrays ): ar ...
https://man.plustar.jp/php/function.array-diff-assoc.html - [similar]
else 0
« if elseif/else if » PHP Manual 制御構造 else else (PHP 4, PHP 5, PHP 7, PHP 8) ある条件が満たされている場合にある文を実行し、 その条件が満たされていない場合に別の文を実行したいと考えた ことが度々あるかと思います。 このために else があります。 else は、 if 文における式の値が false の場合 ...
https://man.plustar.jp/php/control-structures.else.html - [similar]
キーを基準にして配列の差を計算する 0
« array_diff_assoc array_diff_uassoc » PHP Manual 配列 関数 キーを基準にして配列の差を計算する array_diff_key (PHP 5 >= 5.1.0, PHP 7, PHP 8) array_diff_key — キーを基準にして配列の差を計算する 説明 array_diff_key ( array $array , array ...$arrays ): array array のキーを arrays のキーと比 ...
https://man.plustar.jp/php/function.array-diff-key.html - [similar]
キーを基準にし、コールバック関数を用いて 配列の共通項を計算する 0
« array_intersect_uassoc array_intersect » PHP Manual 配列 関数 キーを基準にし、コールバック関数を用いて 配列の共通項を計算する array_intersect_ukey (PHP 5 >= 5.1.0, PHP 7, PHP 8) array_intersect_ukey — キーを基準にし、コールバック関数を用いて 配列の共通項を計算する 説明 array_intersect_ ...
https://man.plustar.jp/php/function.array-intersect-ukey.html - [similar]