googling.
Does any programming language other than php have Asymmetric Visibility of the class properties?
As of today: no widely used programming language other than PHP currently has native support for "asymmetric visibility," where you can independently set read and write access levels for class properties, making this feature essentially unique to PHP (as proposed in a recent RFC).
Php 8.4 Asymmetric Visibility Explained In Detail
ms0.org/SpM3
Back