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