PHP » GoLang |
login |
register |
about
|
GoLang Ds\Deque::first
request it (373)
GoLang replacement for PHP's Ds\Deque::first
[edit | history]
Ds\Deque::first(PECL ds >= 1.0.0) Ds\Deque::first — Returns the first value in the deque ParametersThis function has no parameters. Return ValuesThe first value in the deque. Errors/ExceptionsUnderflowException if empty. ExamplesExample #1 Ds\Deque::first() example
<?php The above example will output something similar to: int(1) |
more
Recently updated
more
Most requested
more
Last requests
|