|
PHP5中文手册
variant_mod(PHP 5) variant_mod — Divides two variants and returns only the remainder Description
mixed variant_mod
( mixed $left
, mixed $right
)
Divides left by right and returns the remainder. See also variant_div(), variant_idiv().
|