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 /** * Renames a file or a directory on the FTP server * * @phpstub * * @param ..

Decoded Output download

<?php

/**
 * Renames a file or a directory on the FTP server
 *
 * @phpstub
 *
 * @param resource $ftp_stream
 * @param string $oldname
 * @param string $newname
 *
 * @return bool 
 */
function ftp_rename($ftp_stream, $oldname, $newname)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Renames a file or a directory on the FTP server
 *
 * @phpstub
 *
 * @param resource $ftp_stream
 * @param string $oldname
 * @param string $newname
 *
 * @return bool 
 */
function ftp_rename($ftp_stream, $oldname, $newname)
{
}

Function Calls

None

Variables

None

Stats

MD5 015376153a25ccc24aa5348564e78e9a
Eval Count 0
Decode Time 77 ms