ドロップダウンリストを表示

fmod()

« floor | fnmatch »
<?php
$float 
fmod (
    
// float $x
    
  // float $y
);
?>
結果
$float = 0.5
#1 fmod  (5.7,
 
1.3)