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 /** * Return the target of a symbolic link * * @phpstub * * @param resource $s..

Decoded Output download

<?php

/**
 * Return the target of a symbolic link
 *
 * @phpstub
 *
 * @param resource $sftp
 * @param string $link
 *
 * @return string Returns the target of the symbolic .
 */
function ssh2_sftp_readlink($sftp, $link)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Return the target of a symbolic link
 *
 * @phpstub
 *
 * @param resource $sftp
 * @param string $link
 *
 * @return string Returns the target of the symbolic .
 */
function ssh2_sftp_readlink($sftp, $link)
{
}

Function Calls

None

Variables

None

Stats

MD5 0cbc7c8fe87efbd667ad25e880f6ee2f
Eval Count 0
Decode Time 119 ms