(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.
この関数にはパラメータはありません。
Returns the number of columns in the result set.
例1 SQLite3_result::numColumns() example
<?php
/* ... */
?>
上の例の出力は、たとえば 以下のようになります。
...