update : 2015.11.03
php.shukuma.com검색:
|
gmp_div_qr(PHP 4 >= 4.0.4, PHP 5, PHP 7) gmp_div_qr — Divide numbers and get quotient and remainder 설명
The function divides 인수
반환값Returns an array, with the first element being [n/d] (the integer result of the division) and the second being (n - [n/d] * d) (the remainder of the division). 예제
Example #1 Division of GMP numbers
<?php |