検索

phrase: max: clip:
target: order:
Results of 101 - 110 of about 1262 for [SIMILAR] 16 1024 4096 WITH 16459 計算 WITH 1512... (0.757 sec.)
インデックスの情報を保持しつつ配列を並べ替える 0
« Collator Collator::compare » PHP Manual Collator インデックスの情報を保持しつつ配列を並べ替える Collator::asort collator_asort (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL intl >= 1.0.0) Collator::asort -- collator_asort — インデックスの情報を保持しつつ配列を並べ替える 説明 オブジェクト指向型 p ...
https://man.plustar.jp/php/collator.asort.html - [similar]
配列をシャッフルする 0
« rsort sizeof » PHP Manual 配列 関数 配列をシャッフルする shuffle (PHP 4, PHP 5, PHP 7, PHP 8) shuffle — 配列をシャッフルする 説明 shuffle ( array &$array ): bool この関数は、配列をシャッフル (要素の順番をランダムに) します。 この関数が使う疑似乱数生成器は、暗号学的な使い方には適していま ...
https://man.plustar.jp/php/function.shuffle.html - [similar]
"自然順"アルゴリズムで配列をソートする 0
« natcasesort next » PHP Manual 配列 関数 "自然順"アルゴリズムで配列をソートする natsort (PHP 4, PHP 5, PHP 7, PHP 8) natsort — "自然順"アルゴリズムで配列をソートする 説明 natsort ( array &$array ): bool この関数は、人間が行うような手法でアルファベットまたは数字の文字列の順番を キー/値の ...
https://man.plustar.jp/php/function.natsort.html - [similar]
定数時間での文字列の比較 0
« sodium_increment sodium_memzero » PHP Manual Sodium 関数 定数時間での文字列の比較 sodium_memcmp (PHP 7 >= 7.2.0, PHP 8) sodium_memcmp — 定数時間での文字列の比較 説明 sodium_memcmp ( string $string1 , string $string2 ): int ふたつの文字列を、定数時間で比較します。 実際、ほとんどの場合は ...
https://man.plustar.jp/php/function.sodium-memcmp.html - [similar]
コールバック関数を使用して、配列の要素をフィルタリングする 0
« array_fill array_flip » PHP Manual 配列 関数 コールバック関数を使用して、配列の要素をフィルタリングする array_filter (PHP 4 >= 4.0.6, PHP 5, PHP 7, PHP 8) array_filter — コールバック関数を使用して、配列の要素をフィルタリングする 説明 array_filter ( array $array , ? callable $callback = ...
https://man.plustar.jp/php/function.array-filter.html - [similar]
指定した値を配列で検索し、見つかった場合に対応する最初のキーを返す 0
« array_reverse array_shift » PHP Manual 配列 関数 指定した値を配列で検索し、見つかった場合に対応する最初のキーを返す array_search (PHP 4 >= 4.0.5, PHP 5, PHP 7, PHP 8) array_search — 指定した値を配列で検索し、見つかった場合に対応する最初のキーを返す 説明 array_search ( mixed $needle , a ...
https://man.plustar.jp/php/function.array-search.html - [similar]
与えられたソケットの配列に対し、指定した有効時間で select() システムコールを実行... 0
« socket_recvmsg socket_send » PHP Manual ソケット 関数 与えられたソケットの配列に対し、指定した有効時間で select() システムコールを実行する socket_select (PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8) socket_select — 与えられたソケットの配列に対し、指定した有効時間で select() システムコールを実行 ...
https://man.plustar.jp/php/function.socket-select.html - [similar]
ある画像を再構築された画像と比較する 0
« Imagick::compareImageLayers Imagick::compositeImage » PHP Manual Imagick ある画像を再構築された画像と比較する Imagick::compareImages (PECL imagick 2, PECL imagick 3) Imagick::compareImages — ある画像を再構築された画像と比較する 説明 public Imagick::compareImages ( Imagick $compare , in ...
https://man.plustar.jp/php/imagick.compareimages.html - [similar]
浮動小数点数 0
« 整数 文字列 » PHP Manual 型 浮動小数点数 浮動小数点数 浮動小数点数 (あるいは "float", "double", "実数") は、次の構文により指定できます。 <?php $a = 1.234 ; $b = 1.2e3 ; $c = 7E-10 ; $d = 1_234.567 ; // PHP 7.4.0 以降 ?> PHP 7.4.0 以降の規約(これより前のバージョンでは、アンダースコアは許 ...
https://man.plustar.jp/php/language.types.float.html - [similar]
配列に値があるかチェックする 0
« extract key_exists » PHP Manual 配列 関数 配列に値があるかチェックする in_array (PHP 4, PHP 5, PHP 7, PHP 8) in_array — 配列に値があるかチェックする 説明 in_array ( mixed $needle , array $haystack , bool $strict = false ): bool haystack 内の needle を検索します。 strict が設定されていな ...
https://man.plustar.jp/php/function.in-array.html - [similar]
PREV 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 NEXT