PHP » GoLang |
login |
register |
about
|
GoLang pht\Queue::push
request it (379)
GoLang replacement for PHP's pht\Queue::push
[edit | history]
pht\Queue::push(PECL pht >= 0.0.1) pht\Queue::push — Pushes a value to the end of a queue DescriptionThis method will add a value onto the queue. Parameters
Return ValuesNo return value. Examples
Example #1 Pushing a value to a queue
<?php The above example will output: object(pht\Queue)#1 (1) { [0]=> int(1) } |
more
Recently updated
more
Most requested
more
Last requests
|