|
oci_num_rowsReturns number of rows affected during statement execution Description
int oci_num_rows
( resource
$statement
)Gets the number of rows affected during statement execution. Parameters
Return Values
Returns the number of rows affected as an integer, or Examples
Example #1 oci_num_rows example
<?php Notes
|