PHP Data Types
PHP Data Types have been used to store various types of data or values. PHP supports eight primitive data types, which are further divided into three categories: Scalar Types (Predefined) Compound Types (user-defined) Special Types PHP Data Types: Scalar Types The Scalar types are also known as predefined data types. A scalar data type is the … Read more