2019-06-03 11:27:55 0 评论 PHP Boy.Lee

PHP报错 A non well formed numeric value encountered 解决方法

有时候在PHP中进行精确时间计算的时候我们会用到microtime函数,但有一种情况可能会引发"A non well formed numeric value encountered" 错误,下面就让我们来分析下