検索

phrase: max: clip:
target: order:
Results of 141 - 150 of about 584 for C (0.011 sec.)
インデックスの情報を保持しつつ配列を並べ替える 3872
« 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 ... しつつ配列を並べ替える 説明 オブジェクト指向型 public Collator::asort ( array &$array , int $flags = Col ... lator::SORT_REGULAR ): bool 手続き型 collator_asort ( Collator $object , array &$array , ...
https://man.plustar.jp/php/collator.asort.html - [similar]
ふたつの Unicode 文字列を比較する 3872
« Collator::asort Collator::__construct » PHP Manual Collator ふたつの Unicode 文字列を比較する ... Collator::compare collator_compare (PHP 5 >= 5.3.0, PHP 7, PHP ... 8, PECL intl >= 1.0.0) Collator::compare -- collator_comp ... are — ふたつの Unicode 文字列を比較する 説明 オブジェクト指向型 public ... Collator::compare ( string $string1 , string $string ...
https://man.plustar.jp/php/collator.compare.html - [similar]
Removes and returns a value by index 3872
« Ds\Deque::reduce Ds\Deque::reverse » PHP Manual Deque Removes and returns a value by index Ds\ ... Deque::remove (PECL ds >= 1.0.0) Ds\Deque::remove — Removes and retur ... ns a value by index 説明 public Ds\Deque::remove ( int $index ): mixed Removes and ... value that was removed. エラー / 例外 OutOfRangeException if the index is not valid. 例 例1 Ds\Deque:: ... le <?php $deque = new \ Ds \ Deque ([ "a" , "b" , "c" ]); var_dump ( $deque -> remove ( 1 )); var_dump ...
https://man.plustar.jp/php/ds-deque.remove.html - [similar]
Removes and returns the first value 3872
« Ds\Deque::set Ds\Deque::slice » PHP Manual Deque Removes and returns the first value Ds\Deque: ... :shift (PECL ds >= 1.0.0) Ds\Deque::shift — Removes and return ... s the first value 説明 public Ds\Deque::shift (): mixed Removes and returns the ... パラメータはありません。 戻り値 The first value, which was removed. エラー / 例外 UnderflowException if ... le <?php $deque = new \ Ds \ Deque ([ "a" , "b" , "c" ]); var_dump ( $deque -> shift ()); var_dump ( $d ...
https://man.plustar.jp/php/ds-deque.shift.html - [similar]
Returns the last pair of the map 3872
« Ds\Map::ksorted Ds\Map::map » PHP Manual Map Returns the last pair of the map Ds\Map::last (PE ... :last — Returns the last pair of the map 説明 public Ds\Map::last (): Ds\Pair Returns the last pair of ... The last pair of the map. エラー / 例外 UnderflowException if empty. 例 例1 Ds\Map::last() example <?ph ... p $map = new \ Ds \ Map ([ "a" => 1 , "b" => 2 , "c" => 3 ]); var_dump ( $map -> last ()); ?> 上の例の ... 出力は、 たとえば以下のようになります。 object(Ds\Pair)#2 (2) { ["key"]=> string(1) "c" ["value" ...
https://man.plustar.jp/php/ds-map.last.html - [similar]
Returns a shallow copy of the queue 3872
« Ds\PriorityQueue::__construct Ds\PriorityQueue::count » PHP Manual PriorityQueue Returns a sha ... llow copy of the queue Ds\PriorityQueue::copy (PECL ds >= ... 1.0.0) Ds\PriorityQueue::copy — Returns a shallow copy of the queue 説明 publ ... ic Ds\PriorityQueue::copy (): Ds\PriorityQueue Return ... s a shallow copy of the queue. パラメータ この関数にはパラメータ ...
https://man.plustar.jp/php/ds-priorityqueue.copy.html - [similar]
Pushes values into the queue 3872
« Ds\Queue::pop Ds\Queue::toArray » PHP Manual Queue Pushes values into the queue Ds\Queue::push ... (PECL ds >= 1.0.0) Ds\Queue::push — Pushes values into ... the queue 説明 public Ds\Queue::push ( mixed ...$values ): void Pushes v ... ( "a" ); $queue -> push ( "b" ); $queue -> push ( "c" , "d" ); $queue -> push (...[ "e" , "f" ]); print ... 出力は、 たとえば以下のようになります。 Ds\Queue Object ( [0] => a [1] => b [2] => c [3] => d [4] => e [5 ...
https://man.plustar.jp/php/ds-queue.push.html - [similar]
Removes and returns a value by index 3872
« Ds\Sequence::reduce Ds\Sequence::reverse » PHP Manual Sequence Removes and returns a value by ... index Ds\Sequence::remove (PECL ds >= 1.0.0) Ds\Sequence::remove — ... Removes and returns a value by index 説明 abstract public Ds\Sequence::remove ( int $index ): mixed ... value that was removed. エラー / 例外 OutOfRangeException if the index is not valid. 例 例1 Ds\Sequenc ... e::remove() example <?php $sequence = new \ Ds \ Vector ([ "a" , "b" , "c" ]); var_du ...
https://man.plustar.jp/php/ds-sequence.remove.html - [similar]
Removes and returns the first value 3872
« Ds\Sequence::set Ds\Sequence::slice » PHP Manual Sequence Removes and returns the first value ... Ds\Sequence::shift (PECL ds >= 1.0.0) Ds\Sequence::shift — Re ... moves and returns the first value 説明 abstract public Ds\Sequence::shift (): mixed Removes and r ... パラメータはありません。 戻り値 The first value, which was removed. エラー / 例外 UnderflowException if ... empty. 例 例1 Ds\Sequence::shift() example <?php $sequence = new \ Ds \ Vec ...
https://man.plustar.jp/php/ds-sequence.shift.html - [similar]
Returns the value at the top of the stack 3872
« Ds\Stack::jsonSerialize Ds\Stack::pop » PHP Manual Stack Returns the value at the top of the s ... tack Ds\Stack::peek (PECL ds >= 1.0.0) Ds\Stack::peek ... — Returns the value at the top of the stack 説明 public Ds\Stack::peek (): mixed Returns the ... value at the top of the stack, but does not remove it. パラメータ この関数にはパ ... はありません。 戻り値 The value at the top of the stack. エラー / 例外 UnderflowException if empty. 例 例 ...
https://man.plustar.jp/php/ds-stack.peek.html - [similar]