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

Opis

public int SQLite3_result::numColumns ( void )

Returns the number of columns in the result set.

Parametry

Ta funkcja nie posiada parametrów.

Zwracane wartości

Returns the number of columns in the result set.

Przykłady

Example #1 SQLite3_result::numColumns() example

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

Powyższy przykład wyświetli coś podobnego do:

...


SQLite3_result
PHP Manual