PHP » GoLang |
login |
register |
about
|
GoLang Ds\Vector::remove
request it (336)
GoLang replacement for PHP's Ds\Vector::remove
[edit | history]
Ds\Vector::remove(PECL ds >= 1.0.0) Ds\Vector::remove — Removes and returns a value by index Parameters
Return ValuesThe value that was removed. Errors/ExceptionsOutOfRangeException if the index is not valid. ExamplesExample #1 Ds\Vector::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
|