php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "number format"

How can a number be formatted in PHP to display in a specific format?

To format a number in PHP to display in a specific format, you can use the number_format() function. This function allows you to specify the number of...

How can I format a number in PHP to display two decimal places?

To format a number in PHP to display two decimal places, you can use the number_format() function. This function allows you to specify the number of d...

What PHP function can be used to format a number with a thousand separator?

To format a number with a thousand separator in PHP, you can use the number_format() function. This function takes the number you want to format as th...

How can I format a number in PHP to display with commas as thousands separators?

To format a number in PHP to display with commas as thousands separators, you can use the number_format() function. This function takes the number you...

How can sprintf() be used to format numbers with a specific number of decimal places in PHP?

To format numbers with a specific number of decimal places in PHP, you can use the sprintf() function. This function allows you to specify the number...

Showing 1 to 5 of 10000 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 1999 2000 ›
PHP.ORG

A free knowledge base for PHP developers. Open to all.

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.