Didn't touch PHP in a while. Today I wanted to have a look at some new features coming with PHP 8.1 and PHP 8.2
These are the readonly properties and readonly classes. Let's see what they are, why they are and how we can use them.
You also see how the PDO driver is used to access a database and fetch results.