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 /** * Copies data from one stream to another * * @phpstub * * @param resource ..
Decoded Output download
<?php
/**
* Copies data from one stream to another
*
* @phpstub
*
* @param resource $source
* @param resource $dest
* @param int $maxlength
* @param int $offset
*
* @return int Returns the total count of bytes copied.
*/
function stream_copy_to_stream($source, $dest, $maxlength = -1, $offset = false)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Copies data from one stream to another
*
* @phpstub
*
* @param resource $source
* @param resource $dest
* @param int $maxlength
* @param int $offset
*
* @return int Returns the total count of bytes copied.
*/
function stream_copy_to_stream($source, $dest, $maxlength = -1, $offset = false)
{
}
Function Calls
None |
Stats
MD5 | f4316b8a4806c49335324ff9c96ebbaa |
Eval Count | 0 |
Decode Time | 85 ms |