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 /** * * * @phpstub * * @param int $left * @param int $top * @param int $hei..
Decoded Output download
<?php
/**
*
*
* @phpstub
*
* @param int $left
* @param int $top
* @param int $height
* @param int $normal_colorset
* @param int $thumb_colorset
*
* @return resource
*/
function newt_vertical_scrollbar($left, $top, $height, $normal_colorset = NULL, $thumb_colorset = NULL)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
*
*
* @phpstub
*
* @param int $left
* @param int $top
* @param int $height
* @param int $normal_colorset
* @param int $thumb_colorset
*
* @return resource
*/
function newt_vertical_scrollbar($left, $top, $height, $normal_colorset = NULL, $thumb_colorset = NULL)
{
}
Function Calls
None |
Stats
MD5 | fcdeaf03cde5f12e8c494981d16ce3e2 |
Eval Count | 0 |
Decode Time | 83 ms |