Searched refs:rows (Results 1 – 5 of 5) sorted by relevance
/web-master/.phan/internal_stubs/ |
H A D | mysql.phan_php | 143 * Use <b>mysql_num_rows</b> to find out how many rows 146 * rows were affected by a DELETE, INSERT, REPLACE, or UPDATE 294 * Get number of affected rows in previous MySQL operation 295 * @link https://php.net/manual/en/function.mysql-affected-rows.php 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 384 * false if there are no more rows. 431 * false if there are no more rows. 459 * fetched row, or false if there are no more rows. [all …]
|
/web-master/include/ |
H A D | functions.inc | 187 * @param int $rows 191 function show_prev_next($begin, $rows, $skip, $total, $extra = [], $table = true) 213 <?php echo "Displaying ",$begin+1,"-",$begin+$rows," of $total";?> 218 if ($begin+$rows < $total) {
|
/web-master/manage/ |
H A D | user-notes.php | 652 $rows = mysql_fetch_assoc($result); variable 653 if (!$rows['id']) {
|
/web-master/vendor/michelf/php-markdown-extra/ |
H A D | markdown.php | 2389 $rows = explode("\n", trim($content, "\n")); 2392 foreach ($rows as $row) {
|
H A D | PHP Markdown Extra Readme.text | 754 fixed by parsing code spans before splitting rows into cells.
|
Completed in 28 milliseconds