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 /** * Sets mouse options * * @phpstub * * @param int $newmask * @param int $o..

Decoded Output download

<?php

/**
 * Sets mouse options
 *
 * @phpstub
 *
 * @param int $newmask
 * @param int $oldmask
 *
 * @return int Returns a mask to indicated which of the in parameter
 *             specified mouse events can be reported. On
 *             complete failure, it returns 0.
 */
function ncurses_mousemask($newmask, &$oldmask)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Sets mouse options
 *
 * @phpstub
 *
 * @param int $newmask
 * @param int $oldmask
 *
 * @return int Returns a mask to indicated which of the in parameter
 *             specified mouse events can be reported. On
 *             complete failure, it returns 0.
 */
function ncurses_mousemask($newmask, &$oldmask)
{
}

Function Calls

None

Variables

None

Stats

MD5 94f83d5c3b54313ac81ccfd31cb61af1
Eval Count 0
Decode Time 72 ms