PHP string number_format() functionLast Updated : 17 Mar 2025 PHP string 'number_format()' is in-built PHP function. It is used to format a number with grouped thousands. It supports one, two or three parameters (not three). Syntax:
Example 1Output: Your number is:199.9 By using 'number_format()' function :200 Example 2Output: Your number is:199.9 By using 'number_format()' function :199.90 Example 3Output: Your number is:1000000 By using 'number_format()' function :1,000,000 Example 4Output: Your number is:1000000 By using 'number_format()' function :1,000,000.00 Next TopicPHP String |
We request you to subscribe our newsletter for upcoming updates.

We deliver comprehensive tutorials, interview question-answers, MCQs, study materials on leading programming languages and web technologies like Data Science, MEAN/MERN full stack development, Python, Java, C++, C, HTML, React, Angular, PHP and much more to support your learning and career growth.
G-13, 2nd Floor, Sec-3, Noida, UP, 201301, India