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 /** * Get the index of the closest color to the specified color + alpha * * @php..
Decoded Output download
<?php
/**
* Get the index of the closest color to the specified color + alpha
*
* @phpstub
*
* @param resource $image
* @param int $red
* @param int $green
* @param int $blue
* @param int $alpha
*
* @return int Returns the index of the closest color in the palette.
*/
function imagecolorclosestalpha($image, $red, $green, $blue, $alpha)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Get the index of the closest color to the specified color + alpha
*
* @phpstub
*
* @param resource $image
* @param int $red
* @param int $green
* @param int $blue
* @param int $alpha
*
* @return int Returns the index of the closest color in the palette.
*/
function imagecolorclosestalpha($image, $red, $green, $blue, $alpha)
{
}
Function Calls
None |
Stats
MD5 | 34531d4760f99886d5834bfaeff645d4 |
Eval Count | 0 |
Decode Time | 78 ms |