PHP » GoLang |
login |
register |
about
|
GoLang cubrid_column_types
request it (282)
GoLang replacement for PHP's cubrid_column_types
[edit | history]
cubrid_column_types(PECL CUBRID >= 8.3.0) cubrid_column_types — Get column types in result Description
array cubrid_column_types
( resource
$req_identifier
)
The cubrid_column_types() function gets column types of
query results by using Parameters
Return ValuesArray of string values containing the column types, when process is successful.
ExamplesExample #1 cubrid_column_types() 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 medal char 1 game_date date 10 See Also
|
more
Recently updated
more
Most requested
more
Last requests
|