SQLite3_result
PHP Manual

SQLite3_result::numColumns

(No version information available, might be only in CVS)

SQLite3_result::numColumnsReturns the number of columns in the result set

Описание

public int SQLite3_result::numColumns ( void )

Returns the number of columns in the result set.

Список параметров

This function has no parameters.

Возвращаемые значения

Returns the number of columns in the result set.

Примеры

Пример #1 SQLite3_result::numColumns() example

<?php
/* ... */
?>

Результатом выполнения данного примера будет что-то подобное:

...


SQLite3_result
PHP Manual