Data Types in php

PHP provides eight types of values, or data types. Four are scalar (single-value) types: integers, floating-point numbers, strings, and Booleans. Two are compound (collection) types: arrays and objects. The remaining two are special types: resource and NULL Integers Integers are whole numbers, such as 1, 12, and 256. The range of acceptable values varies according … Read more