(No version information available, might only be in Git)
SqlStatementResult::getColumnsCount — Get column count
本函數(shù)還未編寫文檔,僅有參數(shù)列表。
此函數(shù)沒(méi)有參數(shù)。
The number of columns; 0 if there are none.
版本 | 說(shuō)明 |
---|---|
8.0.14 | Method renamed from getColumnCount() to getColumnsCount(). |
示例 #1 mysql_xdevapi\SqlStatementResult::getColumnsCount() example
<?php
/* ... */
?>