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