简单教程
提交运行
代码编辑器:
<?php $a = array(5,5,2,10); echo array_product($a);
运行结果: