| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
Worker::unstack(PECL pthreads >= 2.0.0) Worker::unstack — Unstacking work 説明
public int Worker::unstack
( void
)
Removes the first task (the oldest one) in the stack. パラメータこの関数にはパラメータはありません。 返り値The new size of the stack. 変更履歴
例
例1 Removing objects from the stack of Workers
<?php 上の例の出力は以下となります。 int(1) int(0) |
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「Worker::unstack - Unstacking work」をGoogle検索
|