pht\Thread::taskCountGets a thread's task count 説明
public int pht\Thread::taskCount
( void
)
Retrieves the current task count of a pht\Thread. パラメータこの関数にはパラメータはありません。 戻り値The number of tasks remaining to be processed. 例
例1 Getting the task count of a thread
<?php 上の例の出力は以下となります。 int(3) |