number_format
number_format — Format a number with grouped thousands.Description
number_format( float $num,Formats a number with grouped thousands and optionally decimal digits.
int $decimals = 0,
?string $decimal_separator = ".",
?string $thousands_separator = "," ): string
Parameters
num
The number being formatted.
decimals
The number of decimal digits to display.
decimal_separator
The character(s) to use as the decimal point.
thousands_separator
The character(s) to use as the thousands separator.
Return Values
A formatted version of num.More information about number_format on official PHP documentation site
number_format - Popular snippets
- PHP 8.1 / explode end microtime number_format
last run:
2024-08-28 06:55:16
17
- PHP 8.2 / microtime number_format explode round end
last run:
2024-08-30 19:42:48
9
- PHP 8.1 / strtotime date microtime number_format
last run:
2024-08-28 06:52:28
9
- PHP 8.1 / strtotime date microtime number_format
last run:
2024-08-28 06:50:38
9
- PHP 8.1 / strtotime date microtime number_format
last run:
2024-08-28 06:53:23
8
- PHP 8.2 / MySQL 8.0 Sakila (ReadOnly) gettype number_format
last run:
2024-01-12 06:48:39
6
- PHP 8.1 / number_format microtime
last run:
2022-05-18 07:56:49
6
- PHP 8.2 / number_format json_encode round
last run:
2024-11-27 12:09:18
4
- PHP 8.2 / microtime number_format explode end
last run:
2024-08-30 19:47:12
4
- PHP 8.2 / microtime number_format explode end
last run:
2024-08-30 19:44:35
4
number_format - New snippets
-
PHP 8.4 / MySQL 8.0 number_format number_format
added at:
2025-04-12 03:40:14
2
-
PHP 8.4 / MySQL 8.0 number_format
added at:
2025-04-11 14:30:43
1
-
PHP 8.4 / MySQL 8.0 number_format
added at:
2025-04-11 14:30:14
1
-
PHP 8.4 / MySQL 8.0 number_format
added at:
2025-04-11 14:27:57
1
-
PHP 8.4 / MySQL 8.0 number_format
added at:
2025-04-08 12:17:56
1
-
PHP 8.4 / MySQL 8.0 number_format
added at:
2025-03-06 23:08:08
1
-
PHP 8.4 / MySQL 8.0 number_format
added at:
2025-03-06 22:46:14
1
-
PHP 8.4 / MySQL 8.0 number_format count
added at:
2025-03-06 08:36:32
1
-
PHP 8.4 / MySQL 8.0 number_format count
added at:
2025-03-06 08:36:12
1