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 directory * * @phpstub * * @param string $oldname * @..
Decoded Output download
<?php
/**
* Renames a file or directory
*
* @phpstub
*
* @param string $oldname
* @param string $newname
* @param resource $context
*
* @return bool
*/
function rename($oldname, $newname, $context = NULL)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Renames a file or directory
*
* @phpstub
*
* @param string $oldname
* @param string $newname
* @param resource $context
*
* @return bool
*/
function rename($oldname, $newname, $context = NULL)
{
}
Function Calls
None |
Stats
MD5 | e4da4803361778a5aaaadb39f37bc084 |
Eval Count | 0 |
Decode Time | 117 ms |