検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 461 for [SIMILAR] 16 1024 4096 WITH 16895 vector WITH 16... (0.554 sec.)
Updates a value at a given index 10000
« Ds\Vector::rotate Ds\Vector::shift » PHP Manual Vector Updates a value at a given index Ds\Vector::set (PECL ds >= 1.0.0) Ds\Vector::set — Updates a value at a given index 説明 public Ds\Vector::set ( int $index , mixed $value ): void Updates a value at a given index. パラメータ index ...
https://man.plustar.jp/php/ds-vector.set.html - [similar]
Updates all values by applying a callback function to each value 9730
« Ds\Vector::allocate Ds\Vector::capacity » PHP Manual Vector Updates all values by applying a callback function to each value Ds\Vector::apply (PECL ds >= 1.0.0) Ds\Vector::apply — Updates all values by applying a callback function to each value 説明 public Ds\Vector::apply ( callable $ ...
https://man.plustar.jp/php/ds-vector.apply.html - [similar]
Returns the value at a given index 7378
« Ds\Vector::first Ds\Vector::insert » PHP Manual Vector Returns the value at a given index Ds\Vector::get (PECL ds >= 1.0.0) Ds\Vector::get — Returns the value at a given index 説明 public Ds\Vector::get ( int $index ): mixed Returns the value at a given index. パラメータ index The inde ...
https://man.plustar.jp/php/ds-vector.get.html - [similar]
The Vector class 7116
« Ds\Sequence::unshift Ds\Vector::allocate » PHP Manual Data Structures The Vector class The Vector class (No version information available, might only be in Git) はじめに A Vector is a sequence of values in a contiguous buffer that grows and shrinks automatically. It's the most efficien ...
https://man.plustar.jp/php/class.ds-vector.html - [similar]
Inserts values at a given index 7116
« Ds\Vector::get Ds\Vector::isEmpty » PHP Manual Vector Inserts values at a given index Ds\Vector::insert (PECL ds >= 1.0.0) Ds\Vector::insert — Inserts values at a given index 説明 public Ds\Vector::insert ( int $index , mixed ...$values ): void Inserts values into the vector at a given ...
https://man.plustar.jp/php/ds-vector.insert.html - [similar]
Removes and returns a value by index 7116
« Ds\Vector::reduce Ds\Vector::reverse » PHP Manual Vector Removes and returns a value by index Ds\Vector::remove (PECL ds >= 1.0.0) Ds\Vector::remove — Removes and returns a value by index 説明 public Ds\Vector::remove ( int $index ): mixed Removes and returns a value by index. パラメー ...
https://man.plustar.jp/php/ds-vector.remove.html - [similar]
Returns a sub-vector of a given range 7116
« Ds\Vector::shift Ds\Vector::sort » PHP Manual Vector Returns a sub-vector of a given range Ds\Vector::slice (PECL ds >= 1.0.0) Ds\Vector::slice — Returns a sub-vector of a given range 説明 public Ds\Vector::slice ( int $index , int $length = ? ): Ds\Vector Creates a sub-vector of a giv ...
https://man.plustar.jp/php/ds-vector.slice.html - [similar]
Attempts to find a value's index 7116
« Ds\Vector::filter Ds\Vector::first » PHP Manual Vector Attempts to find a value's index Ds\Vector::find (PECL ds >= 1.0.0) Ds\Vector::find — Attempts to find a value's index 説明 public Ds\Vector::find ( mixed $value ): mixed Returns the index of the value , or false if not found. パラ ...
https://man.plustar.jp/php/ds-vector.find.html - [similar]
Rotates the vector by a given number of rotations 7116
« Ds\Vector::reversed Ds\Vector::set » PHP Manual Vector Rotates the vector by a given number of rotations Ds\Vector::rotate (PECL ds >= 1.0.0) Ds\Vector::rotate — Rotates the vector by a given number of rotations 説明 public Ds\Vector::rotate ( int $rotations ): void Rotates the vector ...
https://man.plustar.jp/php/ds-vector.rotate.html - [similar]
Adds values to the end of the vector 7116
« Ds\Vector::pop Ds\Vector::reduce » PHP Manual Vector Adds values to the end of the vector Ds\Vector::push (PECL ds >= 1.0.0) Ds\Vector::push — Adds values to the end of the vector 説明 public Ds\Vector::push ( mixed ...$values ): void Adds values to the end of the vector. パラメータ va ...
https://man.plustar.jp/php/ds-vector.push.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT