Results of 1 - 10 of about 112 for [SIMILAR] 16 1024 4096 WITH 33165 stack WITH 136... (0.168 sec.)
- The Stack class 10000
- « Ds\Set::xor Ds\Stack::allocate » PHP Manual Data Structures The Stack class The Stack class (No version information available, might only be in Git) はじめに A Stack is a “last in, first out” or “LIFO” collection that only allows access to the value at the top of the structure and iter
...
-
https://man.plustar.jp/php/class.ds-stack.html
- [similar]
- Removes all values 9406
- « Ds\Stack::capacity Ds\Stack::__construct » PHP Manual Stack Removes all values Ds\Stack::clear (PECL ds >= 1.0.0) Ds\Stack::clear — Removes all values 説明 public Ds\Stack::clear (): void Removes all values from the stack. パラメータ この関数にはパラメータはありません。 戻り値 値を返し
...
-
https://man.plustar.jp/php/ds-stack.clear.html
- [similar]
- Pushes values onto the stack 8797
- « Ds\Stack::pop Ds\Stack::toArray » PHP Manual Stack Pushes values onto the stack Ds\Stack::push (PECL ds >= 1.0.0) Ds\Stack::push — Pushes values onto the stack 説明 public Ds\Stack::push ( mixed ...$values ): void Pushes values onto the stack. パラメータ values The values to push onto
...
-
https://man.plustar.jp/php/ds-stack.push.html
- [similar]
- Removes and returns the value at the top of the stack 8797
- « Ds\Stack::peek Ds\Stack::push » PHP Manual Stack Removes and returns the value at the top of the stack Ds\Stack::pop (PECL ds >= 1.0.0) Ds\Stack::pop — Removes and returns the value at the top of the stack 説明 public Ds\Stack::pop (): mixed Removes and returns the value at the top of
...
-
https://man.plustar.jp/php/ds-stack.pop.html
- [similar]
- Returns the value at the top of the stack 8797
- « Ds\Stack::jsonSerialize Ds\Stack::pop » PHP Manual Stack Returns the value at the top of the stack 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 r
...
-
https://man.plustar.jp/php/ds-stack.peek.html
- [similar]
- Returns a shallow copy of the stack 8797
- « Ds\Stack::__construct Ds\Stack::count » PHP Manual Stack Returns a shallow copy of the stack Ds\Stack::copy (PECL ds >= 1.0.0) Ds\Stack::copy — Returns a shallow copy of the stack 説明 public Ds\Stack::copy (): Ds\Stack Returns a shallow copy of the stack. パラメータ この関数にはパラメ
...
-
https://man.plustar.jp/php/ds-stack.copy.html
- [similar]
- The Parle\Stack class 8797
- « Parle\RParser::validate Parle\Stack::pop » PHP Manual Parle The Parle\Stack class The Parle\Stack class (PECL parle >= 0.7.0) はじめに Parle\Stack is a LIFO stack. The elements are inserted and removed only from one end. クラス概要 class Parle\Stack { /* プロパティ */ public bool $ emp
...
-
https://man.plustar.jp/php/class.parle-stack.html
- [similar]
- Creates a new instance 8797
- « Ds\Stack::clear Ds\Stack::copy » PHP Manual Stack Creates a new instance Ds\Stack::__construct (PECL ds >= 1.0.0) Ds\Stack::__construct — Creates a new instance 説明 public Ds\Stack::__construct ( mixed $values = ? ) Creates a new instance, using either a traversable object or an array
...
-
https://man.plustar.jp/php/ds-stack.construct.html
- [similar]
- Returns whether the stack is empty 8797
- « Ds\Stack::count Ds\Stack::jsonSerialize » PHP Manual Stack Returns whether the stack is empty Ds\Stack::isEmpty (PECL ds >= 1.0.0) Ds\Stack::isEmpty — Returns whether the stack is empty 説明 public Ds\Stack::isEmpty (): bool Returns whether the stack is empty. パラメータ この関数にはパ
...
-
https://man.plustar.jp/php/ds-stack.isempty.html
- [similar]
- Converts the stack to an array 8797
- « Ds\Stack::push Queue » PHP Manual Stack Converts the stack to an array Ds\Stack::toArray (PECL ds >= 1.0.0) Ds\Stack::toArray — Converts the stack to an array 説明 public Ds\Stack::toArray (): array Converts the stack to an array . 注意 : Casting to an array is not supported yet. パラメ
...
-
https://man.plustar.jp/php/ds-stack.toarray.html
- [similar]