What is the output of the following code snippets: (A) 8
$output = array(3, 3, 3);
echo array_product($a);
?>
(B) 27
(C) 10
(D) 6
All Replies
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.