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 a list of files in the given directory * * @phpstub * * @param r..
Decoded Output download
<?php
/**
* Returns a list of files in the given directory
*
* @phpstub
*
* @param resource $ftp_stream
* @param string $directory
*
* @return array Returns an array of filenames from the specified directory on success or
* false on error.
*/
function ftp_nlist($ftp_stream, $directory)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Returns a list of files in the given directory
*
* @phpstub
*
* @param resource $ftp_stream
* @param string $directory
*
* @return array Returns an array of filenames from the specified directory on success or
* false on error.
*/
function ftp_nlist($ftp_stream, $directory)
{
}
Function Calls
None |
Stats
MD5 | 5e529a32732b3359310e32c9a5a0bfa8 |
Eval Count | 0 |
Decode Time | 66 ms |