検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 1045 for [SIMILAR] 16 1024 4096 WITH 25795 stack WITH 843... (0.887 sec.)
Removes and returns the value at the top of the stack 10000
« 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]
Removes all values 9907
« 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]
The Stack class 9477
« 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]
Returns whether the stack is empty 9477
« 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]
Returns a shallow copy of the stack 9477
« 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]
Returns the value at the top of the stack 9477
« 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 the number of values in the stack 9477
« Ds\Stack::copy Ds\Stack::isEmpty » PHP Manual Stack Returns the number of values in the stack Ds\Stack::count (PECL ds >= 1.0.0) Ds\Stack::count — Returns the number of values in the stack See Countable::count() 関連キーワード: Returns , values , stack , the , of , in , Stack , Ds , co ...
https://man.plustar.jp/php/ds-stack.count.html - [similar]
Returns the current capacity 9477
« Ds\Stack::allocate Ds\Stack::clear » PHP Manual Stack Returns the current capacity Ds\Stack::capacity (PECL ds >= 1.0.0) Ds\Stack::capacity — Returns the current capacity 説明 public Ds\Stack::capacity (): int Returns the current capacity. パラメータ この関数にはパラメータはありません。 ...
https://man.plustar.jp/php/ds-stack.capacity.html - [similar]
Returns a representation that can be converted to JSON 9477
« Ds\Stack::isEmpty Ds\Stack::peek » PHP Manual Stack Returns a representation that can be converted to JSON Ds\Stack::jsonSerialize (PECL ds >= 1.0.0) Ds\Stack::jsonSerialize — Returns a representation that can be converted to JSON See JsonSerializable::jsonSerialize() 注意 : You should ...
https://man.plustar.jp/php/ds-stack.jsonserialize.html - [similar]
Pushes values onto the stack 9477
« 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]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT