What will this very short PHP code print out?
This is actually the line of code: $coll = array(“fruit”)=>”pear”, “car”=.”ford”); foreach($coll since i) indicate “$i by “; the answer really should be One of these….. ONE.pear back button ford x ONLY TWO.fruit by car x THREE.Array (fruit => pear by car=>ford x) SEVERAL.fruit is pear by car is ford …