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 /** * Set the color for the specified palette index * * @phpstub * * @param re..

Decoded Output download

<?php

/**
 * Set the color for the specified palette index
 *
 * @phpstub
 *
 * @param resource $image
 * @param int $index
 * @param int $red
 * @param int $green
 * @param int $blue
 * @param int $alpha
 *
 * @return void 
 */
function imagecolorset($image, $index, $red, $green, $blue, $alpha = false)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Set the color for the specified palette index
 *
 * @phpstub
 *
 * @param resource $image
 * @param int $index
 * @param int $red
 * @param int $green
 * @param int $blue
 * @param int $alpha
 *
 * @return void 
 */
function imagecolorset($image, $index, $red, $green, $blue, $alpha = false)
{
}

Function Calls

None

Variables

None

Stats

MD5 17a03973d6b3accd6e96b93358f2da1e
Eval Count 0
Decode Time 73 ms