PHP » GoLang |
login |
register |
about
|
GoLang sqlite_field_name
request it (272)
GoLang replacement for PHP's sqlite_field_name
[edit | history]
sqlite_field_nameSQLiteResult::fieldNameSQLiteUnbuffered::fieldName(PHP 5 < 5.4.0, PECL sqlite >= 1.0.0) sqlite_field_name -- SQLiteResult::fieldName -- SQLiteUnbuffered::fieldName — Returns the name of a particular field Description
string sqlite_field_name
( resource
$result
, int $field_index
)Object oriented style (method):
string SQLiteResult::fieldName
( int
$field_index
)
string SQLiteUnbuffered::fieldName
( int
$field_index
)
Given the ordinal column number, Parameters
Return Values
Returns the name of a field in an SQLite result set, given the ordinal
column number; The column names returned by
|
more
Recently updated
more
Most requested
more
Last requests
|