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 /** * Returns the current directory name * * @phpstub * * @param resource $ftp..
Decoded Output download
<?php
/**
* Returns the current directory name
*
* @phpstub
*
* @param resource $ftp_stream
*
* @return string Returns the current directory name or false on error.
*/
function ftp_pwd($ftp_stream)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Returns the current directory name
*
* @phpstub
*
* @param resource $ftp_stream
*
* @return string Returns the current directory name or false on error.
*/
function ftp_pwd($ftp_stream)
{
}
Function Calls
None |
Stats
MD5 | b78b58f58359a1c8a4fc4f80fd9923df |
Eval Count | 0 |
Decode Time | 100 ms |