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 /** * Copy the palette from one image to another * * @phpstub * * @param resou..
Decoded Output download
<?php
/**
* Copy the palette from one image to another
*
* @phpstub
*
* @param resource $destination
* @param resource $source
*
* @return void
*/
function imagepalettecopy($destination, $source)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Copy the palette from one image to another
*
* @phpstub
*
* @param resource $destination
* @param resource $source
*
* @return void
*/
function imagepalettecopy($destination, $source)
{
}
Function Calls
None |
Stats
MD5 | d57d10839a7f9a5e9a0da0e713a57332 |
Eval Count | 0 |
Decode Time | 81 ms |