PHP » GoLang |
login |
register |
about
|
Ds\Vector::pop(PECL ds >= 1.0.0) Ds\Vector::pop — Removes and returns the last value ParametersThis function has no parameters. Return ValuesThe removed last value. Errors/ExceptionsUnderflowException if empty. ExamplesExample #1 Ds\Vector::pop() example
<?php The above example will output something similar to: int(3) int(2) int(1) |
more
Recently updated
more
Most requested
more
Last requests
|