PHP » GoLang |
login |
register |
about
|
GoLang fbsql_field_name
request it (401)
GoLang replacement for PHP's fbsql_field_name
[edit | history]
fbsql_field_name(PHP 4 >= 4.0.6, PHP 5, PHP 7) fbsql_field_name — Get the name of the specified field in a result Description
string fbsql_field_name
( resource
$result
[, int $field_index
] )Returns the name of the specified field index. Parameters
Return Values
Returns the name as a string, or Examples
Example #1 fbsql_field_name() example
<?php The above example will output: user_id password |
more
Recently updated
more
Most requested
more
Last requests
|