PHP 8.4 Released with Property Hooks, Simplified Class Instantiation, and More Enhancements
"PHP 8.4 Released with New Array Find Functions, Property Hooks, Simplified Class Instantiation, and More"
# New Array Find Functions in PHP 8.4
PHP 8.4 introduces new array find functions, including: - `array_find()` - `array_find_key()` - `array_any()` - `array_all()`
PHP Property Hooks
Property hooks in PHP are inspired by languages like Kotlin, C#, and Swift. The syntax includes two variants, resembling short and multi-line closures.