MCQOPTIONS
Saved Bookmarks
| 1. |
What will be the output of the following PHP code ? <?php $a = array(12, 5, 2); echo(array_product($a)); ?> |
| A. | 024 |
| B. | 120 |
| C. | 010 |
| D. | 060 |
| Answer» C. 010 | |