PHP Manualmaxdb_field_countmaxdb::field_count(PECL maxdb >= 1.0) maxdb_field_count -- maxdb::field_count — Returns the number of columns for the most recent query DescriptionProcedural style
int maxdb_field_count
( resource
$link
)Object oriented style
int maxdb::field_count
( void
)
Returns the number of columns for the most recent query on the connection
represented by the Return ValuesAn integer representing the number of fields in a result set. Examples
Example #1 Object oriented style
<?php Example #2 Procedural style
<?php The above example produces no output.
![]() |
PHP-Index
New Tutorial entries
|