PHP » GoLang |
login |
register |
about
|
GoLang sqlite_fetch_array
request it (391)
GoLang replacement for PHP's sqlite_fetch_array
[edit | history]
sqlite_fetch_arraySQLiteResult::fetchSQLiteUnbuffered::fetch(PHP 5 < 5.4.0, PECL sqlite >= 1.0.0) sqlite_fetch_array -- SQLiteResult::fetch -- SQLiteUnbuffered::fetch — Fetches the next row from a result set as an array Description
array sqlite_fetch_array
( resource
$result
[, int $result_type = SQLITE_BOTH
[, bool $decode_binary = TRUE
]] )Object oriented style (method):
array SQLiteResult::fetch
([ int
$result_type = SQLITE_BOTH
[, bool $decode_binary = TRUE
]] )
array SQLiteUnbuffered::fetch
([ int
$result_type = SQLITE_BOTH
[, bool $decode_binary = TRUE
]] )
Fetches the next row from the given Parameters
Return Values
Returns an array of the next row from a result set; The column names returned by
Examples
Example #1 Procedural example
<?php
Example #2 Object-oriented example
<?php See Also
|
more
Recently updated
more
Most requested
more
Last requests
|