検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 1514 for [SIMILAR] 16 1024 4096 WITH 29383 配列 WITH 1998... (0.902 sec.)
配列の全ての要素に、ユーザー関数を再帰的に適用する 0
« array_values array_walk » PHP Manual 配列 関数 配列の全ての要素に、ユーザー関数を再帰的に適用する array_walk_recursive (PHP 5, PHP 7, PHP 8) array_walk_recursive — 配列の全ての要素に、ユーザー関数を再帰的に適用する 説明 array_walk_recursive ( array | object &$array , callable $callback ...
https://man.plustar.jp/php/function.array-walk-recursive.html - [similar]
SplFixedArray クラス 0
« SplPriorityQueue::valid SplFixedArray::__construct » PHP Manual データ構造 SplFixedArray クラス SplFixedArray クラス (PHP 5 >= 5.3.0, PHP 7, PHP 8) はじめに SplFixedArray クラスは配列の主要な機能を提供します。 SplFixedArray と通常の PHP の配列との主な違いは、 SplFixedArray は手動でリサ ...
https://man.plustar.jp/php/class.splfixedarray.html - [similar]
配列のすべてのキーの大文字小文字を変更する 0
« 配列 関数 array_chunk » PHP Manual 配列 関数 配列のすべてのキーの大文字小文字を変更する array_change_key_case (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) array_change_key_case — 配列のすべてのキーの大文字小文字を変更する 説明 array_change_key_case ( array $array , int $case = CASE_LOWER ): a ...
https://man.plustar.jp/php/function.array-change-key-case.html - [similar]
日の出/日の入り時刻と薄明かり (twilight) の開始/終了時刻の情報を含む配列を返す 0
« date_sub date_sunrise » PHP Manual 日付・時刻 関数 日の出/日の入り時刻と薄明かり (twilight) の開始/終了時刻の情報を含む配列を返す date_sun_info (PHP 5 >= 5.1.2, PHP 7, PHP 8) date_sun_info — 日の出/日の入り時刻と薄明かり (twilight) の開始/終了時刻の情報を含む配列を返す 説明 date_sun_in ...
https://man.plustar.jp/php/function.date-sun-info.html - [similar]
配列のサイズを変更する 0
« SplFixedArray::rewind SplFixedArray::toArray » PHP Manual SplFixedArray 配列のサイズを変更する SplFixedArray::setSize (PHP 5 >= 5.3.0, PHP 7, PHP 8) SplFixedArray::setSize — 配列のサイズを変更する 説明 public SplFixedArray::setSize ( int $size ): bool 配列のサイズを、新しい値 size に変 ...
https://man.plustar.jp/php/splfixedarray.setsize.html - [similar]
二つの文字列の間の類似性を計算する 0
« sha1 soundex » PHP Manual String 関数 二つの文字列の間の類似性を計算する similar_text (PHP 4, PHP 5, PHP 7, PHP 8) similar_text — 二つの文字列の間の類似性を計算する 説明 similar_text ( string $string1 , string $string2 , float &$percent = null ): int この関数は、Programming Classics: I ...
https://man.plustar.jp/php/function.similar-text.html - [similar]
配列のサイズを取得する 0
« SplFixedArray::fromArray SplFixedArray::key » PHP Manual SplFixedArray 配列のサイズを取得する SplFixedArray::getSize (PHP 5 >= 5.3.0, PHP 7, PHP 8) SplFixedArray::getSize — 配列のサイズを取得する 説明 public SplFixedArray::getSize (): int 配列のサイズを取得します。 パラメータ この関数に ...
https://man.plustar.jp/php/splfixedarray.getsize.html - [similar]
配列のコピーを取得する 0
« ArrayIterator::current ArrayIterator::getFlags » PHP Manual ArrayIterator 配列のコピーを取得する ArrayIterator::getArrayCopy (PHP 5, PHP 7, PHP 8) ArrayIterator::getArrayCopy — 配列のコピーを取得する 説明 public ArrayIterator::getArrayCopy (): array 配列のコピーを取得します。 警告 この ...
https://man.plustar.jp/php/arrayiterator.getarraycopy.html - [similar]
配列内の現在の要素を返す 0
« count each » PHP Manual 配列 関数 配列内の現在の要素を返す current (PHP 4, PHP 5, PHP 7, PHP 8) current — 配列内の現在の要素を返す 説明 current ( array | object $array ): mixed 各配列は、"カレント"の要素へのポインタを有しています。 このポインタは、配列に挿入された最初の要素を指すように ...
https://man.plustar.jp/php/function.current.html - [similar]
指定長、指定した値で配列を埋める 0
« array_multisort array_pop » PHP Manual 配列 関数 指定長、指定した値で配列を埋める array_pad (PHP 4, PHP 5, PHP 7, PHP 8) array_pad — 指定長、指定した値で配列を埋める 説明 array_pad ( array $array , int $length , mixed $value ): array array_pad() は、 length で指定した長さになるように値 ...
https://man.plustar.jp/php/function.array-pad.html - [similar]