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 color which has the hue, white and blackness * * @php..
Decoded Output download
<?php
/**
* Get the index of the color which has the hue, white and blackness
*
* @phpstub
*
* @param resource $image
* @param int $red
* @param int $green
* @param int $blue
*
* @return int Returns an integer with the index of the color which has
* the hue, white and blackness nearest the given color.
*/
function imagecolorclosesthwb($image, $red, $green, $blue)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Get the index of the color which has the hue, white and blackness
*
* @phpstub
*
* @param resource $image
* @param int $red
* @param int $green
* @param int $blue
*
* @return int Returns an integer with the index of the color which has
* the hue, white and blackness nearest the given color.
*/
function imagecolorclosesthwb($image, $red, $green, $blue)
{
}
Function Calls
None |
Stats
MD5 | f85b5d44e85d633e24dcc150ee80db43 |
Eval Count | 0 |
Decode Time | 87 ms |