In Perl code, you can put underscores in large numbers to improve legibility. For example, the number 123456789
is equivalent to 123_456_789
, which helps the coder understand what number it represents.
Is there a character in PHP that I can use for the same purpose? I have tried commas and underscores, but neither of them work.