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 the alpha blending flag to use the bundled libgd layering effects * * ..
Decoded Output download
<?php
/**
* Set the alpha blending flag to use the bundled libgd layering effects
*
* @phpstub
*
* @param resource $image
* @param int $effect
*
* @return bool
*/
function imagelayereffect($image, $effect)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Set the alpha blending flag to use the bundled libgd layering effects
*
* @phpstub
*
* @param resource $image
* @param int $effect
*
* @return bool
*/
function imagelayereffect($image, $effect)
{
}
Function Calls
None |
Stats
MD5 | 6b988edfe880f1a79d98a521e25f6cd9 |
Eval Count | 0 |
Decode Time | 96 ms |