11111
maxdb_stmt_num_rows
(PECL)maxdb_stmt_num_rows
(no version information, might be only in CVS)stmt->num_rows -- Return the number of rows in statements result set
Procedural style :int maxdb_stmt_num_rows (resource stmt)
Object oriented style (property):class stmt {
int num_rows
}
- Returns the number of rows in the result set.
Пример 2. Procedural style
|
- The above examples would produce the following output:
Number of rows: 25. |
maxdb_stmt_init
maxdb_stmt_param_count 22222