V1.0.3: Large Number Visualisation
- Updated
intval("1_000_000")tointval(strtr("1_000_000", ["_" => ""])so PHP converts it to1,000,000instead of1
Full Changelog: v1.0.2...v1.0.3
intval("1_000_000") to intval(strtr("1_000_000", ["_" => ""]) so PHP converts it to 1,000,000 instead of 1Full Changelog: v1.0.2...v1.0.3