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 or its closest possible alterna..
Decoded Output download
<?php
/**
* Get the index of the specified color + alpha or its closest possible alternative
*
* @phpstub
*
* @param resource $image
* @param int $red
* @param int $green
* @param int $blue
* @param int $alpha
*
* @return int Returns a color index.
*/
function imagecolorresolvealpha($image, $red, $green, $blue, $alpha)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Get the index of the specified color + alpha or its closest possible alternative
*
* @phpstub
*
* @param resource $image
* @param int $red
* @param int $green
* @param int $blue
* @param int $alpha
*
* @return int Returns a color index.
*/
function imagecolorresolvealpha($image, $red, $green, $blue, $alpha)
{
}
Function Calls
None |
Stats
MD5 | 22a144d28736460dd8b11ef0d449f0b5 |
Eval Count | 0 |
Decode Time | 64 ms |