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 thickness for line drawing * * @phpstub * * @param resource $ima..
Decoded Output download
<?php
/**
* Set the thickness for line drawing
*
* @phpstub
*
* @param resource $image
* @param int $thickness
*
* @return bool
*/
function imagesetthickness($image, $thickness)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Set the thickness for line drawing
*
* @phpstub
*
* @param resource $image
* @param int $thickness
*
* @return bool
*/
function imagesetthickness($image, $thickness)
{
}
Function Calls
None |
Stats
MD5 | 55433534380fc2304d0de2b0d9173b36 |
Eval Count | 0 |
Decode Time | 87 ms |