Date: 2024-11-25 16:04:18
Score: 2.5
Natty:
In PHP 8.4
it is now possible to round away or towards zero using the rounding modes PHP_ROUND_AWAY_FROM_ZERO
and PHP_ROUND_TOWARD_ZERO
.
See: https://php.watch/versions/8.4/round-new-modes
Reasons:
- Probably link only (1):
- Low length (1):
- Has code block (-0.5):
- Low reputation (1):
Posted by: Oliver Coors