PHP » GoLang |
login |
register |
about
|
GoLang Ds\Deque::toArray
request it (367)
GoLang replacement for PHP's Ds\Deque::toArray
[edit | history]
Description
public array Ds\Deque::toArray
( void
)
Converts the deque to an array.
ParametersThis function has no parameters. Return ValuesAn array containing all the values in the same order as the deque. ExamplesExample #1 Ds\Deque::toArray() example
<?php The above example will output something similar to: array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } |
more
Recently updated
more
Most requested
more
Last requests
|