PHP » GoLang |
login |
register |
about
|
GoLang maxdb_num_fields
request it (411)
GoLang replacement for PHP's maxdb_num_fields
[edit | history]
maxdb_num_fieldsmaxdb_result::field_count(PECL maxdb >= 1.0) maxdb_num_fields -- maxdb_result::field_count — Get the number of fields in a result DescriptionProcedural style
int maxdb_num_fields
( resource
$result
)Object oriented style int $maxdb_result->field_count;
maxdb_num_fields() returns the number of fields from specified result set. Return ValuesThe number of fields from a result set ExamplesExample #1 Object oriented style
<?php Example #2 Procedural style
<?php The above example will output something similar to: Result set has 3 fields. |
more
Recently updated
more
Most requested
more
Last requests
|