// Returns product of the array members echo array_product([5,5]);
Pro tip: use ```triple backticks around text``` to write in code fences