How many data types are there in PHP?
PHP data types are used to hold different types of data or values. There are 8 primitive data types which are further categorized in 3 types: Scalar types Compound types Special types In PHP, there are several data types that can be used to store different types of values. Here’s a list of the common … Read more