PHP » GoLang |
login |
register |
about
|
GoLang mysqli_result::$current_field
request it (415)
GoLang replacement for PHP's mysqli_result::$current_field
[edit | history]
PHP mysqli_result::$current_fieldPHP original manual for mysqli_result::$current_field [ show | php.net ]mysqli_result::$current_fieldmysqli_field_tell(PHP 5, PHP 7) mysqli_result::$current_field -- mysqli_field_tell — Get current field offset of a result pointer DescriptionObject oriented style Procedural style Returns the position of the field cursor used for the last mysqli_fetch_field() call. This value can be used as an argument to mysqli_field_seek(). Parameters
Return ValuesReturns current offset of field cursor. ExamplesExample #1 Object oriented style
<?php Example #2 Procedural style
<?php The above examples will output: Column 1: Name: Name Table: Country max. Len: 11 Flags: 1 Type: 254 Column 2: Name: SurfaceArea Table: Country max. Len: 10 Flags: 32769 Type: 4 See Also
|
more
Recently updated
more
Most requested
more
Last requests
|