(No version information available, might only be in Git)
SqlStatementResult::getColumnsCount — Get column count
This function is currently not documented; only its argument list is available.
This function has no parameters.
The number of columns; 0 if there are none.
Version | Description |
---|---|
8.0.14 | Method renamed from getColumnCount() to getColumnsCount(). |
Example #1 mysql_xdevapi\SqlStatementResult::getColumnsCount() example
<?php
/* ... */
?>