PHP - Function Num Rows
Syntax
int odbc_num_rows ( resource $result_id )
Definition and Usage
It contains the information about number of rows in a result
Return Values
It returns number of rows in a odbc result or else it will show -1 on failure
Parameters
| Sr.No | Parameters & Description |
|---|---|
| 1 |
result_id It contains the information about result identifier |
php_function_reference.htm
Advertisements