Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<?php /** * Returns the floating point remainder (modulo) of the division of the argum..
Decoded Output download
<?php
/**
* Returns the floating point remainder (modulo) of the division
of the arguments
*
* @phpstub
*
* @param float $x
* @param float $y
*
* @return float The floating point remainder of
* /
*/
function fmod($x, $y)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Returns the floating point remainder (modulo) of the division
of the arguments
*
* @phpstub
*
* @param float $x
* @param float $y
*
* @return float The floating point remainder of
* /
*/
function fmod($x, $y)
{
}
Function Calls
None |
Stats
MD5 | 2114c305d5d869d0d28b395d1dab3096 |
Eval Count | 0 |
Decode Time | 87 ms |