PHP  
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | my php.net 
search for in the  
<sqlite_querysqlite_seek>
Last updated: Mon, 16 Jul 2012

sqlite_rewind

(PHP 5)

sqlite_rewind

(no version information, might be only in CVS)

SQLiteResult->rewind -- Seek to the first row number

说明

bool sqlite_rewind ( resource result )

Object oriented style (method):

class SQLiteResult {

bool rewind ( void )

}

sqlite_rewind() seeks back to the first row in the given result set.

参数

result

The SQLite result resource. This parameter is not required when using the object-oriented method.

注: This function cannot be used with unbuffered result handles.

返回值

Returns FALSE if there are no rows in the result set, TRUE otherwise.




<sqlite_querysqlite_seek>
 Last updated: Mon, 16 Jul 2012
 
Copyright © 2001-2005 The PHP Group
All rights reserved.
This unofficial mirror is operated at: http://manual.phpv.net/
Last updated: Thu Jul 7 19:13:47 2005 CST