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 /** * Create a new button * * @phpstub * * @param int $left * @param int $top..
Decoded Output download
<?php
/**
* Create a new button
*
* @phpstub
*
* @param int $left
* @param int $top
* @param string $text
*
* @return resource Returns a resource link to the created button component, or false on
* error.
*/
function newt_button($left, $top, $text)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Create a new button
*
* @phpstub
*
* @param int $left
* @param int $top
* @param string $text
*
* @return resource Returns a resource link to the created button component, or false on
* error.
*/
function newt_button($left, $top, $text)
{
}
Function Calls
None |
Stats
MD5 | 101a98311f6c7d5500e64961fa6dd846 |
Eval Count | 0 |
Decode Time | 105 ms |