Manuál PHP | ||
---|---|---|
Předcházející | Další |
Returns the name of the column on the cursor
.
cursor
An Oracle cursor, opened with ora_open().
column
The column number. First is 0.
When using oci8 as a replacement for the deprecated oracle extension, consider using:
oci_field_name() |
Předcházející | Domů | Další |
ora_close | Nahoru | ora_columnsize |