(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(). |
Example #1 mysql_xdevapi\SqlStatementResult::getColumnsCount() example
<?php
/* ... */
?>