検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 1323 for [SIMILAR] 16 1024 4096 WITH 20112 splfixedarray ... (0.731 sec.)
配列のサイズを取得する 9814
« 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]
アンシリアライズ後に配列を再初期化する 9814
« SplFixedArray::valid SplObjectStorage » PHP Manual SplFixedArray アンシリアライズ後に配列を再初期化する SplFixedArray::__wakeup (PHP 5 >= 5.5.0, PHP 7, PHP 8) SplFixedArray::__wakeup — アンシリアライズ後に配列を再初期化する 説明 public SplFixedArray::__wakeup (): void アンシリアライズ後 ...
https://man.plustar.jp/php/splfixedarray.wakeup.html - [similar]
指定した添字の値を返す 9814
« SplFixedArray::offsetExists SplFixedArray::offsetSet » PHP Manual SplFixedArray 指定した添字の値を返す SplFixedArray::offsetGet (PHP 5 >= 5.3.0, PHP 7, PHP 8) SplFixedArray::offsetGet — 指定した添字の値を返す 説明 public SplFixedArray::offsetGet ( int $index ): mixed index で指定した添 ...
https://man.plustar.jp/php/splfixedarray.offsetget.html - [similar]
イテレータを先頭に巻き戻す 9814
« SplFixedArray::offsetUnset SplFixedArray::setSize » PHP Manual SplFixedArray イテレータを先頭に巻き戻す SplFixedArray::rewind (PHP 5 >= 5.3.0, PHP 7) SplFixedArray::rewind — イテレータを先頭に巻き戻す 説明 public SplFixedArray::rewind (): void イテレータを先頭に巻き戻します。 パラメータ ...
https://man.plustar.jp/php/splfixedarray.rewind.html - [similar]
指定した添字が存在するかどうかを返す 9814
« SplFixedArray::next SplFixedArray::offsetGet » PHP Manual SplFixedArray 指定した添字が存在するかどうかを返す SplFixedArray::offsetExists (PHP 5 >= 5.3.0, PHP 7, PHP 8) SplFixedArray::offsetExists — 指定した添字が存在するかどうかを返す 説明 public SplFixedArray::offsetExists ( int $inde ...
https://man.plustar.jp/php/splfixedarray.offsetexists.html - [similar]
指定した添字の値を消去する 9814
« SplFixedArray::offsetSet SplFixedArray::rewind » PHP Manual SplFixedArray 指定した添字の値を消去する SplFixedArray::offsetUnset (PHP 5 >= 5.3.0, PHP 7, PHP 8) SplFixedArray::offsetUnset — 指定した添字の値を消去する 説明 public SplFixedArray::offsetUnset ( int $index ): void 指定した添字 ...
https://man.plustar.jp/php/splfixedarray.offsetunset.html - [similar]
指定した添字の新しい値を設定する 9814
« SplFixedArray::offsetGet SplFixedArray::offsetUnset » PHP Manual SplFixedArray 指定した添字の新しい値を設定する SplFixedArray::offsetSet (PHP 5 >= 5.3.0, PHP 7, PHP 8) SplFixedArray::offsetSet — 指定した添字の新しい値を設定する 説明 public SplFixedArray::offsetSet ( int $index , mixed ...
https://man.plustar.jp/php/splfixedarray.offsetset.html - [similar]
配列の末尾から要素を取り除く 1895
« array_pad array_product » PHP Manual 配列 関数 配列の末尾から要素を取り除く array_pop (PHP 4, PHP 5, PHP 7, PHP 8) array_pop — 配列の末尾から要素を取り除く 説明 array_pop ( array &$array ): mixed array_pop() は配列 array の最後の要素の値を取り出して返します。 配列 array は、要素一つ分短 ...
https://man.plustar.jp/php/function.array-pop.html - [similar]
一つ以上の要素を配列の最初に加える 1647
« array_unique array_values » PHP Manual 配列 関数 一つ以上の要素を配列の最初に加える array_unshift (PHP 4, PHP 5, PHP 7, PHP 8) array_unshift — 一つ以上の要素を配列の最初に加える 説明 array_unshift ( array &$array , mixed ...$values ): int array_unshift() は、 array の先頭に指定された要 ...
https://man.plustar.jp/php/function.array-unshift.html - [similar]
foreach 1647
« for break » PHP Manual 制御構造 foreach foreach (PHP 4, PHP 5, PHP 7, PHP 8) foreach は、配列を反復処理するための便利な方法です。 foreach が使えるのは配列とオブジェクトだけであり、 別のデータ型や初期化前の変数に対して使うとエラーになります。 この構造には二種類の構文があります。 foreach ...
https://man.plustar.jp/php/control-structures.foreach.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT