|
oci_num_fieldsReturns the number of result columns in a statement Beschreibung
int oci_num_fields
( resource
$statement
)
Gets the number of columns in the given Parameter-Liste
Rückgabewerte
Returns the number of columns as an integer, or Beispiele
Beispiel #1 oci_num_fields example
<?phpAnmerkungen
|