Lines Matching refs:rows
143 * Use <b>mysql_num_rows</b> to find out how many rows
146 * rows were affected by a DELETE, INSERT, REPLACE, or UPDATE
160 * Send an SQL query to MySQL without fetching and buffering the result rows.
294 * Get number of affected rows in previous MySQL operation
295 * @link https://php.net/manual/en/function.mysql-affected-rows.php
297 * @return int the number of affected rows on success, and -1 if the last query
309 * of rows matched, only the number of rows that were literally affected by
359 * Get number of rows in result
360 * @link https://php.net/manual/en/function.mysql-num-rows.php
362 * @return int|false <p>The number of rows in the result set on success or FALSE on failure. </p>
384 * false if there are no more rows.
407 * if there are no more rows. The type of returned array depends on
431 * false if there are no more rows.
459 * fetched row, or false if there are no more rows.
831 * @link https://php.net/manual/en/function.mysql-num-rows.php
833 * @return int|false <p>The number of rows in the result set on success or FALSE on failure. </p>