sesam_field_name
(No version information available, might be only in CVS)
sesam_field_name — Return one column name of the result set
설명
   int sesam_field_name
    ( string $result_id
   , int $index
   )
  Gets the field name.
매개변수
- result_id
 - 
      
A valid result id returned by sesam_query().
 - index
 - 
      
The column index is zero-based, not one-based as in SESAM.
 
반환값
Returns the name of a field in the result set, or FALSE on error.
For "immediate" queries, or for dynamic columns, an empty string is returned.
ì°¸ê³
- sesam_field_array(). It provides an easier interface to access the column names and types, and allows for detection of "multiple fields".