(No version information available, might only be in Git)
SqlStatementResult::getColumnsCount — Get column count
この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。
この関数にはパラメータはありません。
The number of columns; 0 if there are none.
バージョン | 説明 |
---|---|
8.0.14 | Method renamed from getColumnCount() to getColumnsCount(). |
例1 mysql_xdevapi\SqlStatementResult::getColumnsCount() example
<?php
/* ... */
?>