PHP string number_format() functionPHP 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 provides tutorials and interview questions of all technology like java tutorial, android, java frameworks
G-13, 2nd Floor, Sec-3, Noida, UP, 201301, India