PHP » GoLang |
login |
register |
about
|
GoLang pht\Queue::push
request it (585)
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
<?phpThe above example will output:
object(pht\Queue)#1 (1) {
[0]=>
int(1)
}
|
more
Most requested
more
Last requests
|