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 integer portion of a variant * * @phpstub * * @param mixed $..
Decoded Output download
<?php
/**
* Returns the integer portion of a variant
*
* @phpstub
*
* @param mixed $variant
*
* @return mixed If is negative, then the first negative
* integer greater than or equal to the variant is returned, otherwise
* returns the integer portion of the value of
* .
*/
function variant_fix($variant)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Returns the integer portion of a variant
*
* @phpstub
*
* @param mixed $variant
*
* @return mixed If is negative, then the first negative
* integer greater than or equal to the variant is returned, otherwise
* returns the integer portion of the value of
* .
*/
function variant_fix($variant)
{
}
Function Calls
None |
Stats
MD5 | d4dd719bae9cdd5e4a2d711fee3b312d |
Eval Count | 0 |
Decode Time | 95 ms |