|
cubrid_field_typeReturn the type of the column corresponding to the given field offset Beschreibung
string cubrid_field_type
( resource
$result
, int $field_offset
)This function returns the type of the column corresponding to the given field offset. The returned field type could be one of the following: "int", "real", "string", etc. Parameter-Liste
RückgabewerteType of the column, on success.
-1 if SQL sentence is not SELECT. BeispieleBeispiel #1 cubrid_field_type example
<?phpDas oben gezeigte Beispiel erzeugt folgende Ausgabe: Field Table Field Name Field Type code s_name char code f_name varchar |