Tag

readonly classes

1 views collected around this technical thread.

php中文网 Courses
php中文网 Courses
Dec 13, 2022 · Backend Development

New Features, Improvements, and Deprecations in PHP 8.2

PHP 8.2 introduces extensive type‑system enhancements, readonly classes, a new random extension, trait constants, sensitive‑parameter support, several new functions, and deprecates dynamic properties and legacy string syntax, providing developers with modernized, safer backend capabilities.

Backend Developmentdeprecationsphp8.2
0 likes · 9 min read
New Features, Improvements, and Deprecations in PHP 8.2
Laravel Tech Community
Laravel Tech Community
Dec 11, 2022 · Backend Development

New Features in PHP 8.2: Readonly Classes, DNF Types, Random Extension and Deprecation of Dynamic Properties

The article outlines the release of PHP 8.2, detailing its major additions such as readonly classes, DNF types, new standalone types (null, false, true), the Random extension, trait constants, and the deprecation of dynamic properties, while providing code examples and migration guidance.

PHP 8.2backenddynamic properties
0 likes · 3 min read
New Features in PHP 8.2: Readonly Classes, DNF Types, Random Extension and Deprecation of Dynamic Properties