PHP.mk документација
SQLite3Result::columnName
Почист и полокален преглед на PHP референцата, со задржана структура од PHP.net и подобра читливост за примери, секции и белешки.
Патека
sqlite3result.columnname.php
Локална патека за оваа страница.
Извор
php.net/manual/en
Оригиналниот HTML се реупотребува и локално се стилизира.
Режим
Прокси + превод во позадина
Кодовите, табелите и белешките остануваат читливи во истиот тек.
Референца
sqlite3result.columnname.php
SQLite3Result::columnName
Референца за `sqlite3result.columnname.php` со подобрена типографија и навигација.
SQLite3Result::columnName
(PHP 5 >= 5.3.0, PHP 7, PHP 8)
SQLite3Result::columnName — Returns the name of the nth column
= NULL
Returns the name of the column specified by the
column. Note that the name of a result column is the value of the AS clause for that column, if there is an AS clause. If there is no AS
clause then the name of the column is unspecified and may change from one release of libsqlite3 to the next.
Параметри
column-
The numeric zero-based index of the column.
Белешки од корисници
Нема белешки од корисници за оваа страница.