PHP » GoLang |
login |
register |
about
|
GoLang maxdb_fetch_fields
request it (415)
GoLang replacement for PHP's maxdb_fetch_fields
[edit | history]
maxdb_fetch_fieldsmaxdb_result::fetch_fields(PECL maxdb >= 1.0) maxdb_fetch_fields -- maxdb_result::fetch_fields — Returns an array of resources representing the fields in a result set DescriptionProcedural style Object oriented style This function serves an identical purpose to the maxdb_fetch_field() function with the single difference that, instead of returning one resource at a time for each field, the columns are returned as an array of resources. Return Values
Returns an array of resources which contains field definition information or
ExamplesExample #1 Object oriented style
<?php Example #2 Procedural style
<?php The above example will output something similar to: Name: NAME Table: max. Len: 10 Flags: -1 Type: 2 Name: CNO Table: max. Len: 4 Flags: -1 Type: 0 See Also
|
more
Recently updated
more
Most requested
more
Last requests
|