PHP » GoLang |
login |
register |
about
|
GoLang cubrid_field_name
request it (286)
GoLang replacement for PHP's cubrid_field_name
[edit | history]
cubrid_field_name(PECL CUBRID >= 8.3.0) cubrid_field_name — Return the name of the specified field index Description
string cubrid_field_name
( resource
$result
, int $field_offset
)This function returns the name of the specified field index on success or it returns FALSE on failure. Parameters
Return ValuesName of specified field index, on success.
ExamplesExample #1 cubrid_field_name() example
<?php The above example will output: Field Name Field Flags host_year not_null primary_key unique_key event_code not_null primary_key unique_key foreign_key athlete_code not_null primary_key unique_key foreign_key stadium_code not_null nation_code medal game_date |
more
Recently updated
more
Most requested
more
Last requests
|