update : 2015.11.03
php.shukuma.com

검색:
 
 
Returns the name of the nth column

SQLite3Result::columnName

(PHP 5 >= 5.3.0)

SQLite3Result::columnNameReturns the name of the nth column

설명

public string SQLite3Result::columnName ( int $column_number )

Returns the name of the column specified by the column_number.

인수

column_number

The numeric zero-based index of the column.

반환값

Returns the string name of the column identified by column_number.