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 /** * Set libmagic configuration options * * @phpstub * * @param resource $fin..
Decoded Output download
<?php
/**
* Set libmagic configuration options
*
* @phpstub
*
* @param resource $finfo
* @param int $options
*
* @return bool
*/
function finfo_set_flags($finfo, $options)
{
}
/**
* Set libmagic configuration options
*
* @phpstub
*
* @param int $options
*
* @return bool
*/
function finfo_set_flags($options)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Set libmagic configuration options
*
* @phpstub
*
* @param resource $finfo
* @param int $options
*
* @return bool
*/
function finfo_set_flags($finfo, $options)
{
}
/**
* Set libmagic configuration options
*
* @phpstub
*
* @param int $options
*
* @return bool
*/
function finfo_set_flags($options)
{
}
Function Calls
None |
Stats
MD5 | 6e2d1c285947a143ac3576a2e1c30c0b |
Eval Count | 0 |
Decode Time | 94 ms |