PHP » GoLang |
login |
register |
about
|
GoLang maxdb_field_count
request it (343)
GoLang replacement for PHP's maxdb_field_count
[edit | history]
maxdb_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. |
more
Recently updated
more
Most requested
more
Last requests
|