Calculate and return the product of an array:
// Returns product of the array members
echo array_product([5,5]);
by გიორგი ბაკაშვილი
4 years ago
PHP
Array
PHP official doc
1
Pro tip: use ```triple backticks around text``` to write in code fences