PHP 7 Fundamental Tutorial for Beginners – PHP Data Types
The name itself indicating, data types means type of data. The values assigned to a PHP variable may be of different data types including simple string and numeric types to more complex data types like arrays and objects. PHP supports total of eight primitive data types: Integer, Floating point number or Float, String, Booleans, Array,…
