|
sqlite_num_rowsSQLiteResult::numRowsReturns the number of rows in a buffered result set Description
int sqlite_num_rows
( resource
$result
)Object oriented style (method):
int SQLiteResult::numRows
( void
)
Returns the number of rows in the buffered Parameters
Return ValuesReturns the number of rows, as an integer. Examples
Example #1 Procedural example
<?php
Example #2 Object-oriented example
<?php See Also
|