(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.
Ta funkcja nie posiada parametrów.
Returns the number of columns in the result set.
Example #1 SQLite3_result::numColumns() example
<?php
/* ... */
?>
Powyższy przykład wyświetli coś podobnego do:
...