PHP Data Types
PHP supports many different data types, but they are generally divided in two categories: scalar and composite. A scalar value contains only one value at a time. PHP supports four scalar types: boolean A value that can only either be… (READ MORE)