PHP Velho Oeste 2024

fbsql_num_fields

(PHP 4 >= 4.0.6, PHP 5 < 5.3.0)

fbsql_num_fieldsGet number of fields in result

Açıklama

fbsql_num_fields ( resource $result ) : int

Returns the number of fields in the given result set.

Değiştirgeler

sonuç

fbsql_query() veya fbsql_db_query() işlevinden dönen bir sonuç tanıtıcısı.

Dönen Değerler

Returns the number of fields, as an integer.

Ayrıca Bakınız

add a note add a note

User Contributed Notes

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