A
Q. What will the following code print?
Code:
<?php
$array = [1, 2, 3];
print_r(array_reverse($array));
?>
$array = [1, 2, 3];
print_r(array_reverse($array));
?>
- Correct Answer - Option(A)
- Views: 7
- Filed under category PHP
- Hashtags:
Discusssion
Login to discuss.