Web aym.pekori.to

ingres_field_precision

(PHP 4 >= 4.0.2, PHP 5 <= 5.0.4)

ingres_field_precision -- フィールドの精度を得る

説明

int ingres_field_precision ( int index [, resource link] )

ingres_field_precision() はフィールドの精度を 返します。この値は、decimal、float、SQLデータ money 型でのみ使用されます。 詳細な情報については、Ingres/OpenAPI User Guide の Appendix C を参照ください。

index はフィールド番号であり、1 と ingres_num_fields() で指定した値の間である必要が あります。

ingres_query()ingres_fetch_array()ingres_fetch_object()、および ingres_fetch_row() も参照ください。