(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.
Esta função não contém parâmetros.
Returns the number of columns in the result set.
Exemplo #1 SQLite3_result::numColumns() example
<?php
/* ... */
?>
O exemplo acima irá imprimir algo similar a:
...