PHP - Type Handling
What will be the output of this PHP code?
$arr = [1, 2, 3];
echo gettype($arr);
$arr = [1, 2, 3];
echo gettype($arr);
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions