Categories
How to output double value correctly?
in the table the number 0.00000042 I try to display this number, it converts it to 4.2E-7
Answer the question
In order to leave comments, you need to log in
<?php echo sprintf('%f', $number);
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question