PHP » GoLang |
login |
register |
about
|
Worker::stack(PECL pthreads >= 2.0.0) Worker::stack — Stacking work DescriptionAppends the new work to the stack of the referenced worker. Parameters
Return ValuesThe new size of the stack. Examples
Example #1 Stacking a task for execution onto a worker
<?php The above example will output: int(1) |
more
Recently updated
more
Most requested
more
Last requests
|