PHP's compound data types are Array and Object - types that can contain multiple values or complex structures. String, Float, and Boolean are scalar types representing single values. Array is a compound type because it can hold multiple elements in a single variable, making option A correct.