PHP » GoLang |
login |
register |
about
|
GoLang maxdb_field_seek
request it (405)
GoLang replacement for PHP's maxdb_field_seek
[edit | history]
maxdb_field_seekmaxdb_result::field_seek(PECL maxdb >= 1.0) maxdb_field_seek -- maxdb_result::field_seek — Set result pointer to a specified field offset DescriptionProcedural style
bool maxdb_field_seek
( resource
$result
, int $fieldnr
)Object oriented style
bool maxdb_result::field_seek
( int
$fieldnr
)Sets the field cursor to the given offset. The next call to maxdb_fetch_field() will retrieve the field definition of the column associated with that offset.
Return Valuesmaxdb_field_seek() returns previuos value of field cursor. 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 |
more
Recently updated
more
Most requested
more
Last requests
|