php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #78073
Patch patch.txt revision 2019-05-27 09:58 UTC by e dot grinec at gmail dot com

Patch patch.txt for *Math Functions Bug #78073

Patch version 2019-05-27 09:58 UTC

Return to Bug #78073 | Download this patch
Patch Revisions:

Developer: e.grinec@gmail.com

function fmod($x,$y){return $x-floor($x/$y)*$y;}
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 19:01:28 2024 UTC