PHP » GoLang |
login |
register |
about
|
GoLang TokyoTyrantTable::get
request it (739)
GoLang replacement for PHP's TokyoTyrantTable::get
[edit | history]
TokyoTyrantTable::get(PECL tokyo_tyrant >= 0.1.0) TokyoTyrantTable::get — Get a row Description
Gets a row from table database. Parameters
Return ValuesReturns the row as an array Examples
Example #1 TokyoTyrantTable::get() example
<?phpThe above example will output:
array(2) {
["column1"]=>
string(9) "some data"
["column2"]=>
string(9) "more data"
}
Notes
|
more
Most requested
more
Last requests
|