|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-10-25 17:47 UTC] jmcastagnetto@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 19 10:00:01 2025 UTC |
Please add a description of fmod() to the documentation. float fmod(float x, float y) Returns the remainder of dividing x by y as a float <? //print 1.05 print(fmod(15.45, 7.2)); ?>