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 specified color + alpha * * @phpstub * * @param res..
Decoded Output download
<?php
/**
* Get the index of 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 specified color+alpha in the palette of the
* image, or -1 if the color does not exist in the image's palette.
*/
function imagecolorexactalpha($image, $red, $green, $blue, $alpha)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Get the index of 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 specified color+alpha in the palette of the
* image, or -1 if the color does not exist in the image's palette.
*/
function imagecolorexactalpha($image, $red, $green, $blue, $alpha)
{
}
Function Calls
None |
Stats
MD5 | 757212c0d6dc2fe7174deb220a268fc5 |
Eval Count | 0 |
Decode Time | 89 ms |