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 /** * Sets flatness * * @phpstub * * @param resource $psdoc * @param float $v..
Decoded Output download
<?php
/**
* Sets flatness
*
* @phpstub
*
* @param resource $psdoc
* @param float $value
*
* @return bool
*/
function ps_setflat($psdoc, $value)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Sets flatness
*
* @phpstub
*
* @param resource $psdoc
* @param float $value
*
* @return bool
*/
function ps_setflat($psdoc, $value)
{
}
Function Calls
None |
Stats
MD5 | 8f1bba521c874fbd2923dfd846b66c08 |
Eval Count | 0 |
Decode Time | 104 ms |