PHP Programing language

R4R® PHP
(追記) (追記ここまで)
(追記) (追記ここまで)
array_product() Function in PHP
(追記) (追記ここまで)
(追記) (追記ここまで)

array_product()

The array_product() function calculates and returns the product of an array.

Syntax:
array_product(array)

In above syntax, "array" specifies an array

Example:

<?php
$array=array(4,5,8,10);
echo(array_product($array));
?>

Output:

1600

(追記) (追記ここまで)
Copyright ©2021-22 r4r.co.in, all rights reserved. Theguestspost.com
Sitemap
Career
Post comment
About us
Subscription
Unsubscription

AltStyle によって変換されたページ (->オリジナル) /