What really are scalar and compound data types in PHP?
I know that an array and an object are composites, because more than one value can be stored in them, while scalars are "primitive" data, i.e. a single value. But are compound types really objects? For example, as in Java,…