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

Beschreibung

public int SQLite3_result::numColumns ( void )

Returns the number of columns in the result set.

Parameter-Liste

Diese Funktion hat keine Parameter.

Rückgabewerte

Returns the number of columns in the result set.

Beispiele

Beispiel #1 SQLite3_result::numColumns() example

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

Das oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie:

...


SQLite3_result
PHP Manual