PHP Data Types ?
Data Types define the type of data a variable can store. PHP allows eight different types of data types. All of them are discussed below. There are pre-defined, user-defined, and special data types. PHP automatically determines the data type based on the assigned value. Here are the main data types in PHP. The Scalar data … Read more