function DB_mysql::nextResult in Flickr API 5
Move the internal mysql result pointer to the next available result
This method has not been implemented yet.
Parameters
a valid sql result resource:
Return value
false
File
- phpFlickr/
PEAR/ DB/ mysql.php, line 343
Class
- DB_mysql
- The methods PEAR DB uses to interact with PHP's mysql extension for interacting with MySQL databases
Code
function nextResult($result) {
return false;
}