(No version information available, might be only in CVS)
SQLite3_result::numColumns — Returns the number of columns in the result set
Returns the number of columns in the result set.
Diese Funktion hat keine Parameter.
Returns the number of columns in the result set.
Beispiel #1 SQLite3_result::numColumns() example
<?php
/* ... */
?>
Das oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie:
...