SQLiteUnbuffered->fieldName -- Returns the name of a particular field
Syntax
string sqlite_field_name ( resource result, int field_index )
Object oriented style (method):
class SQLiteResult { string fieldName ( int field_index ) }class SQLiteUnbuffered { string fieldName ( int field_index ) }
Given the ordinal column number, field_index,
sqlite_field_name() returns the name of that field in
the result set result.
Parameters
result
The SQLite result resource. This parameter is not required when using
the object-oriented method.
field_index
The ordinal column number in the result set.
Return Values
Returns the name of a field in an SQLite result set, given the ordinal
column number; FALSE on error.
The column names returned by
SQLITE_ASSOC and SQLITE_BOTH will be
case-folded according to the value of the
sqlite.assoc_case configuration
option.
Php sqlite field name Function syntax tag
sqlite field name php code on this is provided for your study purpose, it will guide you to know how create and design a website using php. use it to practice and train your self online
Php sqlite field name syntax tutorial
php tutorial guide and code design are for easy learning and programming. The code practice section provided at the top is for practising of this syntax. Use the code section up to practice your php programming online. Learning php is very easy, all you need is to use the examples on this site and practice them to perfect your skills.