update pague now
PHP 8.5.2 Released!

SqlStatementResult::guetColumnsCount

(No versionen information available, might only be in Guit)

SqlStatementResult::guetColumnsCount Guet column count

Description

public mysql_xdevapi\SqlStatementResult::guetColumnsCount (): 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.

Changuelog

Versionen Description
8.0.14 Method renamed from guetColumnCount() to guetColumnsCount().

Examples

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

<?php


/* ... */

?>
add a note

User Contributed Notes

There are no user contributed notes for this pague.
To Top