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 /** * Draw a border around the screen using attributed characters * * @phpstub ..

Decoded Output download

<?php

/**
 * Draw a border around the screen using attributed characters
 *
 * @phpstub
 *
 * @param int $left
 * @param int $right
 * @param int $top
 * @param int $bottom
 * @param int $tl_corner
 * @param int $tr_corner
 * @param int $bl_corner
 * @param int $br_corner
 *
 * @return int
 */
function ncurses_border($left, $right, $top, $bottom, $tl_corner, $tr_corner, $bl_corner, $br_corner)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Draw a border around the screen using attributed characters
 *
 * @phpstub
 *
 * @param int $left
 * @param int $right
 * @param int $top
 * @param int $bottom
 * @param int $tl_corner
 * @param int $tr_corner
 * @param int $bl_corner
 * @param int $br_corner
 *
 * @return int
 */
function ncurses_border($left, $right, $top, $bottom, $tl_corner, $tr_corner, $bl_corner, $br_corner)
{
}

Function Calls

None

Variables

None

Stats

MD5 f09f7258e600280b5332f802af8dfdc6
Eval Count 0
Decode Time 84 ms