|
PHP5中文手册
sqlite_num_rowsSQLiteResult->numRows(No version information available, might be only in CVS) SQLiteResult->numRows — Returns the number of rows in a buffered result set 说明
int sqlite_num_rows
( resource $result
)
Object oriented style (method): SQLiteResult
int numRows
( void
)
Returns the number of rows in the buffered result set. 参数
范例
Example#1 Procedural example
<?php
Example#2 Object-oriented example
<?php |