PHP » GoLang |
login |
register |
about
|
GoLang TokyoTyrantIterator::__construct
request it (300)
GoLang replacement for PHP's TokyoTyrantIterator::__construct
[edit | history]
PHP TokyoTyrantIterator::__constructPHP original manual for TokyoTyrantIterator::__construct [ show | php.net ]TokyoTyrantIterator::__construct(PECL tokyo_tyrant >= 0.2.0) TokyoTyrantIterator::__construct — Construct an iterator Description
Construct a new TokyoTyrantIterator object. One connection can have multiple iterators but it is not quaranteed
that all items are traversed in that case. ParametersThis function has no parameters. Return ValuesThrows an exception if iterator initialization fails. Examples
Example #1 TokyoTyrantIterator::__construct() example
<?php The above example will output: array(2) { ["column1"]=> string(9) "some data" ["column2"]=> string(9) "more data" } See Also
|
more
Recently updated
more
Most requested
more
Last requests
|