What's New in PHP 8.3
Briefly

PHP 8.3 is the latest major update in the PHP 8.x series. In addition to performance improvements, it brings a wealth of new features.
PHP 8.3 introduces new increment and decrement functions str_increment(string $string) and str_decrement(string $string) that increment/decrement their argument by adding/subtracting 1.
Read at InfoQ
[
add
]
[
|
|
]