update : 2015.11.03
php.shukuma.com검색:
|
cubrid_column_types(PECL CUBRID >= 8.3.0) cubrid_column_types — Get column types in result 설명
array cubrid_column_types
( resource
$req_identifier
)
The cubrid_column_types() function gets column types of
query results by using 인수
반환값Array of string values containing the column names, when process is successful.
예제Example #1 cubrid_column_types() example
<?php 위 예제의 출력: 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 참고
|