odbc_field_len
(PHP 3 >= 3.0.6, PHP 4, PHP 5)
odbc_field_len -- フィールドの長さを得る
説明
string
odbc_field_len ( int result_id, int field_number )
odbc_field_len()は、指定したODBC 結果
ID(result_id)の番号で参照されるフィールドの長さを返します。
フィールド番号は、1から始まります。
浮動小数点の精度を得るには、odbc_field_scale()
も参照ください。