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 /** * Request an interactive shell * * @phpstub * * @param resource $session ..

Decoded Output download

<?php

/**
 * Request an interactive shell
 *
 * @phpstub
 *
 * @param resource $session
 * @param string $term_type
 * @param array $env
 * @param int $width
 * @param int $height
 * @param int $width_height_type
 *
 * @return resource 
 */
function ssh2_shell($session, $term_type = 'vanilla', $env = array(), $width = 80, $height = 25, $width_height_type = false)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Request an interactive shell
 *
 * @phpstub
 *
 * @param resource $session
 * @param string $term_type
 * @param array $env
 * @param int $width
 * @param int $height
 * @param int $width_height_type
 *
 * @return resource 
 */
function ssh2_shell($session, $term_type = 'vanilla', $env = array(), $width = 80, $height = 25, $width_height_type = false)
{
}

Function Calls

None

Variables

None

Stats

MD5 bca3270499e57c3fe57de8ac99c33967
Eval Count 0
Decode Time 85 ms