Question: Which is the most complete list of data types that PHP supports?

  1. string, integer, float, boolean, array, object, NULL, resource
  2. string, integer, boolean, array, object, NULL, resource
  3. string, integer, float, array, object, NULL, resource
  4. 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