PHP in 2023
An overview of PHP's evolution in 2023, covering the PHP Foundation's impact and new features in PHP 8.2.
An overview of PHP's evolution in 2023, covering the PHP Foundation's impact and new features in PHP 8.2.
Overview of new features, performance improvements, and deprecations in the PHP 8.2 release, including readonly classes and a new random extension.
The author announces their personal YouTube channel is now officially 'PHP Annotated' and part of their role as a JetBrains developer advocate.
Explains the new readonly class feature in PHP 8.2, detailing its syntax, rules, and practical use cases for data objects.
Explains the deprecation of dynamic properties in PHP 8.2, its impact, and the recommended solutions using __get/__set or the AllowDynamicProperties attribute.