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 /** * Fetch an extended data stream * * @phpstub * * @param resource $channel ..

Decoded Output download

<?php

/**
 * Fetch an extended data stream
 *
 * @phpstub
 *
 * @param resource $channel
 * @param int $streamid
 *
 * @return resource Returns the requested stream resource.
 */
function ssh2_fetch_stream($channel, $streamid)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Fetch an extended data stream
 *
 * @phpstub
 *
 * @param resource $channel
 * @param int $streamid
 *
 * @return resource Returns the requested stream resource.
 */
function ssh2_fetch_stream($channel, $streamid)
{
}

Function Calls

None

Variables

None

Stats

MD5 456e3461b3b47a44d4898c1607cf591b
Eval Count 0
Decode Time 97 ms