PHP » GoLang |
login |
register |
about
|
GoLang Worker::unstack
request it (355)
GoLang replacement for PHP's Worker::unstack
[edit | history]
Worker::unstack(PECL pthreads >= 2.0.0) Worker::unstack — Unstacking work Description
public int Worker::unstack
( void
)
Removes the first task (the oldest one) in the stack. ParametersThis function has no parameters. Return ValuesThe new size of the stack. Changelog
Examples
Example #1 Removing objects from the stack of Workers
<?php The above example will output: int(1) int(0) |
more
Recently updated
more
Most requested
more
Last requests
|