PHP Manualcubrid_column_names(PECL CUBRID >= 8.3.0) cubrid_column_names — Get the column names in result Description
array cubrid_column_names
( resource
$req_identifier
)
The cubrid_column_names() function is used to get the
column names of the query result by using Parameters
Return ValuesArray of string which containing column names, when process is successful.
ExamplesExample #1 cubrid_column_names() example
<?php The above example will output: Column Names Column Types Column Maxlen host_year integer 11 event_code integer 11 athlete_code integer 11 stadium_code integer 11 nation_code char(3) 3 medal char(1) 1 game_date date 10 See Also
![]() |
PHP-Index
New Tutorial entries
|