Lines Matching refs:row
338 * @param int $row <p>
339 * The row number from the result that's being retrieved. Row numbers
356 function mysql_result ($result, $row, $field = 0) {}
380 * Get a result row as an enumerated array
381 * @link https://php.net/manual/en/function.mysql-fetch-row.php
383 * @return array an numerical array of strings that corresponds to the fetched row, or
387 * <b>mysql_fetch_row</b> fetches one row of data from
389 * row is returned as an array. Each result column is stored in an
397 * Fetch a result row as an associative array, a numeric array, or both
406 * @return array|false an array of strings that corresponds to the fetched row, or false
427 * Fetch a result row as an associative array
430 * @return array an associative array of strings that corresponds to the fetched row, or
447 * Fetch a result row as an object
459 * fetched row, or false if there are no more rows.
462 * mysql_fetch_row fetches one row of data from
464 * row is returned as an array. Each result column is stored in an
476 * The desired row number of the new result pointer.
869 * @param int $row <p>
881 function mysql_db_name ($result, $row, $field = null) {}
885 * @param $row
890 function mysql_dbname ($result, $row, $field) {}
900 * The integer index (row/table number)
915 * @param $row
920 function mysql_table_name ($result, $row, $field) {}