PHP » GoLang |
login |
register |
about
|
GoLang SplQueue::__construct
request it (300)
GoLang replacement for PHP's SplQueue::__construct
[edit | history]
SplQueue::__construct(PHP 5 >= 5.3.0, PHP 7) SplQueue::__construct — Constructs a new queue implemented using a doubly linked list Description
SplQueue::__construct
( void
)
This constructs a new empty queue.
ParametersThis function has no parameters. Return ValuesNo value is returned. Examples
Example #1 SplQueue::__construct() example
<?php The above example will output: 1 2 3 Example #2 Efficiently handling tasks with SplQueue
<?php |
more
Recently updated
more
Most requested
more
Last requests
|