<?php
$i
=
range
(
1
,
10
)
;
echo
array_product
(
$i
)
;
?>