Multiple choice technology web technology Which datatypes are treaded as arrays Integer Float String Booleans Reveal answer Fill a bubble to check yourself C Correct answer Explanation Strings can be treated as arrays in PHP using array syntax, accessing individual characters by index (e.g., $str[0]).