Skip to content

Instantly share code, notes, and snippets.

View michaelnabil230's full-sized avatar
:octocat:
Coding

Michael Nabil michaelnabil230

:octocat:
Coding
View GitHub Profile
@michaelnabil230
michaelnabil230 / index.php
Created February 23, 2022 17:19 — forked from PovilasKorop/index.php
PHP NumberFormatter Demo
<?php
function getFormattedNumber(
$value,
$locale = 'en_US',
$style = NumberFormatter::DECIMAL,
$precision = 2,
$groupingUsed = true,
$currencyCode = 'USD',
) {