update : 2015.11.03
php.shukuma.com검색:
|
gmp_div_r(PHP 4 >= 4.0.4, PHP 5, PHP 7) gmp_div_r — Remainder of the division of numbers 설명
Calculates remainder of the integer division of
인수
반환값The remainder, as a GMP number. 예제
Example #1 gmp_div_r() example
<?php 위 예제의 출력: 5 |