Function db_fetchArray
Fetch a result row as an associative, a numeric array, or both
Package: PHPLucidFrame\Core
Copyright: Copyright (c), PHPLucidFrame.
License: MIT License This source file is subject to the MIT license that is bundled with this source code in the file LICENSE
Author: Sithu sithu@phplucidframe.com
Located at helpers/db_helper.mysqli.php
Copyright: Copyright (c), PHPLucidFrame.
License: MIT License This source file is subject to the MIT license that is bundled with this source code in the file LICENSE
Author: Sithu sithu@phplucidframe.com
Located at helpers/db_helper.mysqli.php
resource |
$result |
MySQLi result resource |
array
|
An array that corresponds to the fetched row or NULL if there are no more rows for the resultset represented by the result parameter. |