Calculate and return the product of an array:


SUBMITTED BY: henry1874w

DATE: June 25, 2017, 2:33 p.m.

FORMAT: Text only

SIZE: 51 Bytes

HITS: 337

  1. <?php
  2. $a=array(5,5);
  3. echo(array_product($a));
  4. ?>

comments powered by Disqus