PHP » GoLang |
login |
register |
about
|
GoLang Ds\Sequence::remove
request it (328)
GoLang replacement for PHP's Ds\Sequence::remove
[edit | history]
Ds\Sequence::remove(PECL ds >= 1.0.0) Ds\Sequence::remove — Removes and returns a value by index DescriptionRemoves and returns a value by index. Parameters
Return ValuesThe value that was removed. Errors/ExceptionsOutOfRangeException if the index is not valid. ExamplesExample #1 Ds\Sequence::remove() example
<?php The above example will output something similar to: string(1) "b" string(1) "a" string(1) "c" |
more
Recently updated
more
Most requested
more
Last requests
|