downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

odbc_field_name> <odbc_fetch_row
[edit] Last updated: Fri, 25 May 2012

view this page in

odbc_field_len

(PHP 4, PHP 5)

odbc_field_lenフィールドの長さ (精度) を得る

説明

int odbc_field_len ( resource $result_id , int $field_number )

指定した ODBC 結果 ID の番号で参照されるフィールドの長さを取得します。

パラメータ

result_id

結果 ID。

field_number

フィールド番号。フィールド番号は 1 から始まります。

返り値

フィールド名を表す文字列、あるいはエラー時に FALSE を返します。

参考

  • 浮動小数点の精度を得るには odbc_field_scale() - フィールドの精度を得る



add a note add a note User Contributed Notes odbc_field_len
There are no user contributed notes for this page.

 
show source | credits | sitemap | contact | advertising | mirror sites