| Manuál PHP | ||
|---|---|---|
| Předcházející | Další | |
Returns the name of the column on the cursor.
cursorAn Oracle cursor, opened with ora_open().
columnThe 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 |