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 /** * Draws a vertical line in a window at current position using an attributed ch..

Decoded Output download

<?php

/**
 * Draws a vertical line in a window at current position using an attributed character and max. n characters long
 *
 * @phpstub
 *
 * @param resource $window
 * @param int $charattr
 * @param int $n
 *
 * @return int
 */
function ncurses_wvline($window, $charattr, $n)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Draws a vertical line in a window at current position using an attributed character and max. n characters long
 *
 * @phpstub
 *
 * @param resource $window
 * @param int $charattr
 * @param int $n
 *
 * @return int
 */
function ncurses_wvline($window, $charattr, $n)
{
}

Function Calls

None

Variables

None

Stats

MD5 380fd1eb62d4827c0b202de8343437f9
Eval Count 0
Decode Time 81 ms