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 /** * Turn on the given attributes * * @phpstub * * @param int $attributes * ..
Decoded Output download
<?php
/**
* Turn on the given attributes
*
* @phpstub
*
* @param int $attributes
*
* @return int
*/
function ncurses_attron($attributes)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Turn on the given attributes
*
* @phpstub
*
* @param int $attributes
*
* @return int
*/
function ncurses_attron($attributes)
{
}
Function Calls
None |
Stats
MD5 | aa4aa8fa6cea4e6523b44cac6ca9cff4 |
Eval Count | 0 |
Decode Time | 94 ms |