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 /** * Check for insert- and delete-capabilities * * @phpstub * * @return bool ..

Decoded Output download

<?php

/**
 * Check for insert- and delete-capabilities
 *
 * @phpstub
 *
 * @return bool Returns true if the terminal has insert/delete-capabilities, false
 *              otherwise.
 */
function ncurses_has_ic()
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Check for insert- and delete-capabilities
 *
 * @phpstub
 *
 * @return bool Returns true if the terminal has insert/delete-capabilities, false
 *              otherwise.
 */
function ncurses_has_ic()
{
}

Function Calls

None

Variables

None

Stats

MD5 2b68d60d8b6e00be8033e42487ea32d5
Eval Count 0
Decode Time 85 ms