PHP » GoLang |
login |
register |
about
|
GoLang pht\Vector::pop
request it (359)
GoLang replacement for PHP's pht\Vector::pop
[edit | history]
pht\Vector::pop(PECL pht >= 0.0.1) pht\Vector::pop — Pops a value to the vector DescriptionThis method pops a value from the end of a vector (in constant time). Popping a value from an empty vector will result in an Error exception. ParametersThis function has no parameters. Return ValuesThe value from the end of the vector. Examples
Example #1 Popping a value from a vector
<?php The above example will output: int(2) |
more
Recently updated
more
Most requested
more
Last requests
|