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 /** * Allocates space for a file to be uploaded * * @phpstub * * @param resour..
Decoded Output download
<?php
/**
* Allocates space for a file to be uploaded
*
* @phpstub
*
* @param resource $ftp_stream
* @param int $filesize
* @param string $result
*
* @return bool
*/
function ftp_alloc($ftp_stream, $filesize, &$result = NULL)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Allocates space for a file to be uploaded
*
* @phpstub
*
* @param resource $ftp_stream
* @param int $filesize
* @param string $result
*
* @return bool
*/
function ftp_alloc($ftp_stream, $filesize, &$result = NULL)
{
}
Function Calls
None |
Stats
MD5 | 9121022b5070ad7bf80907206a4fb1e5 |
Eval Count | 0 |
Decode Time | 89 ms |