Results of 1 - 10 of about 41 for Capacity (0.005 sec.)
- Allocates enough memory for a required capacity 9745
- « Queue Ds\Queue::capacity » PHP Manual Queue Allocates enough memory for a required capacity Ds
...
:allocate — Allocates enough memory for a required capacity 説明 public Ds\Queue::allocate ( int $capacity ): ...
res that enough memory is allocated for a required capacity. This removes the need to reallocate the internal ...
as values are added. 注意 : Capacity will always be rounded up to the nearest power of ...
2. パラメータ capacity The number of values for which capacity should be ...
-
https://man.plustar.jp/php/ds-queue.allocate.html
- [similar]
- Allocates enough memory for a required capacity 9714
- « Ds\Set::add Ds\Set::capacity » PHP Manual Set Allocates enough memory for a required capacity
...
:allocate — Allocates enough memory for a required capacity 説明 public Ds\Set::allocate ( int $capacity ): vo ...
id Allocates enough memory for a required capacity. パラメータ capacity The number of values for whic ...
h capacity should be allocated. 注意 : Capacity will stay the ...
if this value is less than or equal to the current capacity. 注意 : Capacity will always be rounded up to the ...
-
https://man.plustar.jp/php/ds-set.allocate.html
- [similar]
- Allocates enough memory for a required capacity 9683
- « PriorityQueue Ds\PriorityQueue::capacity » PHP Manual PriorityQueue Allocates enough memory fo
...
r a required capacity Ds\PriorityQueue::allocate (PECL ds >= 1.0.0) Ds\P ...
:allocate — Allocates enough memory for a required capacity 説明 public Ds\PriorityQueue::allocate ( int $capa ...
res that enough memory is allocated for a required capacity. This removes the need to reallocate the internal ...
as values are added. パラメータ capacity The number of values for which capacity should be ...
-
https://man.plustar.jp/php/ds-priorityqueue.allocate.html
- [similar]
- Allocates enough memory for a required capacity 9620
- « Map Ds\Map::apply » PHP Manual Map Allocates enough memory for a required capacity Ds\Map::all
...
:allocate — Allocates enough memory for a required capacity 説明 public Ds\Map::allocate ( int $capacity ): vo ...
id Allocates enough memory for a required capacity. パラメータ capacity The number of values for whic ...
h capacity should be allocated. 注意 : Capacity will stay the ...
if this value is less than or equal to the current capacity. 注意 : Capacity will always be rounded up to the ...
-
https://man.plustar.jp/php/ds-map.allocate.html
- [similar]
- Returns the current capacity 9558
- « Ds\Sequence::apply Ds\Sequence::contains » PHP Manual Sequence Returns the current capacity Ds
...
\Sequence::capacity (PECL ds >= 1.0.0) Ds\Sequence::capacity — Returns ...
the current capacity 説明 abstract public Ds\Sequence::capacity (): int ...
Returns the current capacity. パラメータ この関数にはパラメータはありません。 戻 ...
り値 The current capacity. 例 例1 Ds\Sequence::capacity() example <?php $seq ...
-
https://man.plustar.jp/php/ds-sequence.capacity.html
- [similar]
- Returns the current capacity 9558
- « Ds\Vector::apply Ds\Vector::clear » PHP Manual Vector Returns the current capacity Ds\Vector::
...
capacity (PECL ds >= 1.0.0) Ds\Vector::capacity — Returns the current capacity 説明 public Ds\Vect ...
or::capacity (): int Returns the current capacity. パラメータ こ ...
関数にはパラメータはありません。 戻り値 The current capacity. 例 例1 Ds\Vector::capacity() example <?php $vecto ...
r = new \ Ds \ Vector (); var_dump ( $vector -> capacity ()); $vector -> push (... range ( 1 , 50 )); var_d ...
-
https://man.plustar.jp/php/ds-vector.capacity.html
- [similar]
- Allocates enough memory for a required capacity 9512
- « Deque Ds\Deque::apply » PHP Manual Deque Allocates enough memory for a required capacity Ds\De
...
:allocate — Allocates enough memory for a required capacity 説明 public Ds\Deque::allocate ( int $capacity ): ...
res that enough memory is allocated for a required capacity. This removes the need to reallocate the internal ...
as values are added. パラメータ capacity The number of values for which capacity should be ...
allocated. 注意 : Capacity will stay the same if this value is less than or e ...
-
https://man.plustar.jp/php/ds-deque.allocate.html
- [similar]
- Returns the current capacity 9480
- « Ds\Deque::apply Ds\Deque::clear » PHP Manual Deque Returns the current capacity Ds\Deque::capacity
...
city (PECL ds >= 1.0.0) Ds\Deque::capacity — Returns the current capacity 説明 public Ds\Dequ ...
e::capacity (): int Returns the current capacity. パラメータ こ ...
関数にはパラメータはありません。 戻り値 The current capacity. 例 例1 Ds\Deque::capacity() example <?php $deque ...
= new \ Ds \ Deque (); var_dump ( $deque -> capacity ()); $deque -> push (... range ( 1 , 50 )); var_du ...
-
https://man.plustar.jp/php/ds-deque.capacity.html
- [similar]
- Returns the current capacity 9480
- « Ds\Queue::allocate Ds\Queue::clear » PHP Manual Queue Returns the current capacity Ds\Queue::capacity
...
apacity (PECL ds >= 1.0.0) Ds\Queue::capacity — Returns the current capacity 説明 public Ds\Queu ...
e::capacity (): int Returns the current capacity. パラメータ こ ...
関数にはパラメータはありません。 戻り値 The current capacity. 例 例1 Ds\Queue::capacity() example <?php $queue ...
= new \ Ds \ Queue (); var_dump ( $queue -> capacity ()); $queue -> push (... range ( 1 , 50 )); var_du ...
-
https://man.plustar.jp/php/ds-queue.capacity.html
- [similar]
- Returns the current capacity 9480
- « Ds\Set::allocate Ds\Set::clear » PHP Manual Set Returns the current capacity Ds\Set::capacity
...
(PECL ds >= 1.0.0) Ds\Set::capacity — Returns the current capacity 説明 public Ds\Set: ...
:capacity (): int Returns the current capacity. パラメータ こ ...
関数にはパラメータはありません。 戻り値 The current capacity. 例 例1 Ds\Set::capacity() example <?php $set = ne ...
w \ Ds \ Set (); var_dump ( $set -> capacity ()); $set -> push (... range ( 1 , 50 )); var_dump ...
-
https://man.plustar.jp/php/ds-set.capacity.html
- [similar]