update : 2015.11.03
php.shukuma.com검색:
|
array_product(PHP 5 >= 5.1.0, PHP 7) array_product — Calculate the product of values in an array 인수
반환값Returns the product as an integer or float. 변경점
예제
Example #1 array_product() examples
<?php 위 예제의 출력: product(a) = 384 product(array()) = 1 |