Manuál PHP | ||
---|---|---|
PÅ™edcházejÃcà | Dalšà |
ora_columnname
Popis
string ora_columnname ( resource cursor, int column )
Returns the name of the column on the cursor
.
Seznam parametrů
cursor
An Oracle cursor, opened with ora_open().
column
The column number. First is 0.
Poznámky
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 |