InterviewSolution
Saved Bookmarks
| 1. |
What is the output of the following code snippets:<?php$output = array(3, 3, 3);echo array_product($a);?>(A) 8(B) 27(C) 10(D) 6 |
| Answer» | |