|
PHP5中文手册
sqlite_keySQLiteResult->key(No version information available, might be only in CVS) SQLiteResult->key — Returns the current row index 说明
int sqlite_key
( resource $result
)
Object oriented style (method): SQLiteResult
sqlite_key() returns the current row index of the buffered result set result . 参数
返回值Returns the current row index of the buffered result set result . 更新日志
|