Default Number of Decimal Places to Output in PHP

前端 未结 6 1342
执念已碎
执念已碎 2020-12-18 13:37

I do my php work on my dev box at home, where I\'ve got a rudimentary LAMP setup. When I look at my website on my home box, any numbers I echo are automatically truncated t

6条回答
  •  一生所求
    2020-12-18 14:29

    Just to rule out other possible causes: Where are the numbers coming from? Does it do this with literal values?

    It doesn't seem likely that the precision setting alone could cause this. Check also if anything might be interfering with the output via things like auto_prepend_file or output_handler.

提交回复
热议问题