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 * * @phpstub * * @param resource $i..
Decoded Output download
<?php
/**
* Get the index of the specified color
*
* @phpstub
*
* @param resource $image
* @param int $red
* @param int $green
* @param int $blue
*
* @return int Returns the index of the specified color in the palette, or -1 if the
* color does not exist.
*/
function imagecolorexact($image, $red, $green, $blue)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Get the index of the specified color
*
* @phpstub
*
* @param resource $image
* @param int $red
* @param int $green
* @param int $blue
*
* @return int Returns the index of the specified color in the palette, or -1 if the
* color does not exist.
*/
function imagecolorexact($image, $red, $green, $blue)
{
}
Function Calls
None |
Stats
MD5 | 5bb31b543af15d5ca103223fa6340f47 |
Eval Count | 0 |
Decode Time | 72 ms |