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 colors for an index * * @phpstub * * @param resource $image * @..
Decoded Output download
<?php
/**
* Get the colors for an index
*
* @phpstub
*
* @param resource $image
* @param int $index
*
* @return array Returns an associative array with red, green, blue and alpha keys that
* contain the appropriate values for the specified color index.
*/
function imagecolorsforindex($image, $index)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Get the colors for an index
*
* @phpstub
*
* @param resource $image
* @param int $index
*
* @return array Returns an associative array with red, green, blue and alpha keys that
* contain the appropriate values for the specified color index.
*/
function imagecolorsforindex($image, $index)
{
}
Function Calls
None |
Stats
MD5 | eb168e8c358bcb686a609937ef24f1b1 |
Eval Count | 0 |
Decode Time | 80 ms |