PHP supports how many compound primitive types?
A.
two
B.
three
C.
four
D.
five
E.
six
F.
seven
Explanation:
PHP supports eight primitive types.
Four scalar types:
Boolean
Integer
floating-point number (float)
stringTwo compound types:
Array
Object
And finally two special types:
Resource
NULL