PHP » GoLang |
login |
register |
about
|
GoLang Ds\Sequence::get
request it (405)
GoLang replacement for PHP's Ds\Sequence::get
[edit | history]
Ds\Sequence::get(PECL ds >= 1.0.0) Ds\Sequence::get — Returns the value at a given index DescriptionReturns the value at a given index. Parameters
Return ValuesThe value at the requested index. Errors/ExceptionsOutOfRangeException if the index is not valid. ExamplesExample #1 Ds\Sequence::get() example
<?php The above example will output something similar to: string(1) "a" string(1) "b" string(1) "c" Example #2 Ds\Sequence::get() example using array syntax
<?php The above example will output something similar to: string(1) "a" string(1) "b" string(1) "c" |
more
Recently updated
more
Most requested
more
Last requests
|