Question: Which is the most complete list of data types that PHP supports?
- string, integer, float, boolean, array, object, NULL, resource
- string, integer, boolean, array, object, NULL, resource
- string, integer, float, array, object, NULL, resource
- string, integer, float, boolean, array, object, NULL
Answer: The correct answer of the above question is Option A:string, integer, float, boolean, array, object, NULL, resource