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 /** * Changes file mode * * @phpstub * * @param resource $sftp * @param strin..

Decoded Output download

<?php

/**
 * Changes file mode
 *
 * @phpstub
 *
 * @param resource $sftp
 * @param string $filename
 * @param int $mode
 *
 * @return bool 
 */
function ssh2_sftp_chmod($sftp, $filename, $mode)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Changes file mode
 *
 * @phpstub
 *
 * @param resource $sftp
 * @param string $filename
 * @param int $mode
 *
 * @return bool 
 */
function ssh2_sftp_chmod($sftp, $filename, $mode)
{
}

Function Calls

None

Variables

None

Stats

MD5 5a4d627b269518ce9b2c355f5fb663b7
Eval Count 0
Decode Time 109 ms