|
oci_num_fieldsReturns the number of result columns in a statement Description
int oci_num_fields
( resource
$statement
)
Gets the number of columns in the given Parameters
Return Values
Returns the number of columns as an integer, or Examples
Example #1 oci_num_fields example
<?php Notes
|