Overflow-how to get the real value of the PHP floating point type? 1.5265646464633E + 21

Source: Internet
Author: User
Every time PHP exports a csv value, the end of the number is E + a number. {Code...} How can PHP reverse the float string to the original value? {Code...} Every time PHP exports a csv file, the end of the number is E +.


$ S = 1526564646463333565222; echo $ s; // 1.5265646464633E + 21

How can PHP reverse the float string to the original value?

Function getTrueValue ($ str) {// @ todo} $ str = '1. 5265646464633E + 21 ';

Reply content:

Every time PHP exports a csv value, the end of the number is E + a number.


$ S = 1526564646463333565222; echo $ s; // 1.5265646464633E + 21

How can PHP reverse the float string to the original value?

Function getTrueValue ($ str) {// @ todo} $ str = '1. 5265646464633E + 21 ';

UseSprintfOrNumber_format

$ S = 1526564646463333565222; printf ("%. 0f", $ s); echo "\ r \ n"; echo number_format ($ s, 0 ,'','');

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.