SqlStatementResult::getColumnsCount

(No version information available, might only be in Git)

SqlStatementResult::getColumnsCountGet column count

Description

publicmysql_xdevapi\SqlStatementResult::getColumnsCount(): int

Warning

This function is currently not documented; only its argument list is available.

Parameters

This function has no parameters.

Return Values

The number of columns; 0 if there are none.

Changelog

VersionDescription
8.0.14 Method renamed from getColumnCount() to getColumnsCount().

Examples

Example #1 mysql_xdevapi\SqlStatementResult::getColumnsCount() example

<?php



?>
To Top