update : 2015.11.03
php.shukuma.com검색:
|
cubrid_field_table(PECL CUBRID >= 8.3.0) cubrid_field_table — Return the name of the table of the specified field 설명
string cubrid_field_table
( resource
$result
, int $field_offset
)This function returns the name of the table of the specified field. This is useful when using large select queries with JOINS. 인수
반환값Name of the table of the specified field, on success.
-1 if SQL sentence is not SELECT. 예제Example #1 cubrid_field_table() example
<?php 위 예제의 출력: Field Table Field Name Field Type code s_name char code f_name varchar |