PHP 8.6 SortDirection: cleaner, safer sorting APIs for modern PHP
PHP has always offered multiple ways to sort arrays and data structures, but the APIs have not always been equally expressive. With PHP 8.6, the new SortDirection enum improves readability and type safety when you need to specify ascending or descending order. This is a small language addition, but it fits a broader trend in […]