fetchrow_array
This method fetches the next row of data and returns it as an array of field values.
Example:
while(@row = $sth->fetchrow_array) { print qw($row[0]\t$row[1]\t$row[2]\n); }
Janitored by holli - fixed formatting
In reply to Re: fetchrow_array
by marto
in thread fetchrow_array
by rb_rb
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |