skip to Main Content

PHP float output format – Apache

I've encountered some strange behavior in php, at some point PHP started to output float values with comma instead of dot. <?php echo 12.3; //outputs "12,3" to both browser and CLI And, as expected, all tracking scripts with float numbers…

VIEW QUESTION
Back To Top
Search