| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
Ds\PriorityQueue::copy(PECL ds >= 1.0.0) Ds\PriorityQueue::copy — Returns a shallow copy of the queue. 説明
public Ds\PriorityQueue Ds\PriorityQueue::copy
( void
)
Returns a shallow copy of the queue. パラメータこの関数にはパラメータはありません。 返り値Returns a shallow copy of the queue. 例例1 Ds\PriorityQueue::copy() example
<?php 上の例の出力は、 たとえば以下のようになります。 Ds\PriorityQueue Object ( [0] => b [1] => c [2] => a ) |
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「Ds\PriorityQueue::copy - Returns a shallow copy of the queue.」をGoogle検索
|