This is where your work is shown!
Test2022.php
In PHP, data types define the kind of value a variable can hold. PHP is a loosely typed language, meaning you don’t need to declare the data type of a variable. It is automatically assigned based on the value. But it is important to understand data types because it is important for writing reliable, bug-free, and efficient code.
PHP supports 8 main data types, grouped into three categories:
Scaler Data Types
Compound Data Types
Special Data Types