update : 2015.11.03
php.shukuma.com

검색:
 
 
Vector Arithmetic Div

trader_div

(PECL trader >= 0.2.0)

trader_divVector Arithmetic Div

설명

array trader_div ( array $real0 , array $real1 )

Divides each value from real0 by the corresponding value from real1 and returns the resulting array.

인수

real0

Array of real values.

real1

Array of real values.

반환값

Returns an array with calculated data or false on failure.