App下载

demo_func_array_product 在线工具

demo_func_array_product 在线工具

<?php
$a=array(5,5);
echo(array_product($a));
?>
运行结果