![]() |
|
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
entry
(/rs/public/functions.mysql.php) Description
array entry
($data, $return = MYSQL_NUM) Examples
entry ($data) /* Returns an integer-indexed array containing the next row in resource $data, which is the return value by calling the data() function with a query. False is returned if $data is invalid or there are no more rows. */
entry ($data, MYSQL_ASSOC) /* Returns an associative array instead of a integer-indexed array. Key names are the column names in the table, and are case-sensative. */ Related Functionsdata, rowDependenciesrows |