sqlite_next
  SQLiteResult::next
  SQLiteUnbuffered::next
  Seek to the next row number
  
 
  Description
  
   bool sqlite_next
    ( resource $result
   )
  
  
   bool SQLiteResult::next
    ( void
   )
  
   bool SQLiteUnbuffered::next
    ( void
   )
  
  
 
  Parameters
  
   
    - 
     
result
      - 
      
       The SQLite result resource.  This parameter is not required when using
       the object-oriented method.
      
      
    
   
  
  
 
  Return Values
  
   Returns TRUE on success, or FALSE if there are no more rows.
  
  
 
  See Also
  
   
    - sqlite_seek
 
    - sqlite_current
 
    - sqlite_rewind