Question: PHP data types are ______.
A
B
C
D
Boolean & Integer
B
Float & String
C
Array & Object
D
Resource & NULL
Note: Not available
<?php $apon=array(“Mony”,”Emdad”,”Sefat”); foreach($apon as $hasan) { echo $hasan; } ?>This code produces the following: