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 /** * Makes the colors of the palette version of an image more closely match the t..
Decoded Output download
<?php
/**
* Makes the colors of the palette version of an image more closely match the true color version
*
* @phpstub
*
* @param resource $image1
* @param resource $image2
*
* @return bool
*/
function imagecolormatch($image1, $image2)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Makes the colors of the palette version of an image more closely match the true color version
*
* @phpstub
*
* @param resource $image1
* @param resource $image2
*
* @return bool
*/
function imagecolormatch($image1, $image2)
{
}
Function Calls
None |
Stats
MD5 | a8e82ad3ffe0a40bb1ed512bbed14e99 |
Eval Count | 0 |
Decode Time | 79 ms |