cubrid_column_names

PECL CUBRID >= 8.3.0
cubrid_column_names - Get the column names in result
Manual
Code Examples

cubrid_column_names( resource$req_identifier ): array

The cubrid_column_names function is used to get the column names of the query result by using req_identifier.

Parameters

req_identifier

Request identifier.

Return Values

Array of string values containing the column names, when process is successful, or false on failure.

Related Functions

Example of cubrid_column_names

Show all examples for cubrid_column_names

PHP Version:


Function cubrid_column_names:

CUBRID Functions

Most used PHP functions