PHP » GoLang |
login |
register |
about
|
GoLang pht\Thread::taskCount
request it (349)
GoLang replacement for PHP's pht\Thread::taskCount
[edit | history]
pht\Thread::taskCount(PECL pht >= 0.0.1) pht\Thread::taskCount — Gets a thread's task count Description
public int pht\Thread::taskCount
( void
)
Retrieves the current task count of a pht\Thread. ParametersThis function has no parameters. Return ValuesThe number of tasks remaining to be processed. Examples
Example #1 Getting the task count of a thread
<?php The above example will output: int(3) |
more
Recently updated
more
Most requested
more
Last requests
|