PHP » GoLang |
login |
register |
about
|
GoLang mysqli_result::fetch_field_direct
request it (450)
GoLang replacement for PHP's mysqli_result::fetch_field_direct
[edit | history]
PHP mysqli_result::fetch_field_directPHP original manual for mysqli_result::fetch_field_direct [ show | php.net ]mysqli_result::fetch_field_directmysqli_fetch_field_direct(PHP 5, PHP 7) mysqli_result::fetch_field_direct -- mysqli_fetch_field_direct — Fetch meta-data for a single field DescriptionObject oriented style
object mysqli_result::fetch_field_direct
( int
$fieldnr
)Procedural style Returns an object which contains field definition information from the specified result set. Parameters
Return Values
Returns an object which contains field definition information or
ExamplesExample #1 Object oriented style
<?php Example #2 Procedural style
<?php The above examples will output: Name: SurfaceArea Table: Country max. Len: 10 Flags: 32769 Type: 4 See Also
|
more
Recently updated
more
Most requested
|