For a mysql type DECIMAL(8,4), the length is returned as 10 (M+2 as per documentation).
![]() |
|
||||||||||
|
mysql_field_lenОписаниеint mysql_field_len ( resource result, int field_offset )mysql_field_len() возвращает длину указанной колонки. Для совместимости, как алиас, доступна устаревшая функция mysql_fieldlen(). Однако, использовать её крайне не рекомендуется. mysql_field_len
adam_nospam_hunger at yahoo dot com
30-Oct-2003 05:04
For a mysql type DECIMAL(8,4), the length is returned as 10 (M+2 as per documentation).
|