| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
Ds\PriorityQueue::allocate(PECL ds >= 1.0.0) Ds\PriorityQueue::allocate — Allocates enough memory for a required capacity. 説明
public void Ds\PriorityQueue::allocate
( int
$capacity
)Ensures that enough memory is allocated for a required capacity. This removes the need to reallocate the internal as values are added. パラメータ
返り値値を返しません。 例例1 Ds\PriorityQueue::allocate() example
<?php 上の例の出力は、 たとえば以下のようになります。 int(8) int(128) |
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「Ds\PriorityQueue::allocate - Allocates enough memory for a required capacity.」をGoogle検索
|