   #PHP Manual SQLite sqlite_fetch_string sqlite_has_more

   PHP Manual
   Prev  Next
   ______________________________________________________________________

                               sqlite_field_name

   (no version information, might be only in CVS)
   sqlite_field_name -- Returns the name of a particular field.

Description

   string sqlite_field_name ( resource result, int field_index)

   Given the ordinal column number, field_index, returns the name of that
   field in the result handle result.
   ______________________________________________________________________

   Prev                Home            Next
   sqlite_fetch_string  Up  sqlite_has_more
