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 /** * Streams data from source file pointer, apply encoding and write to destfp *..

Decoded Output download

<?php

/**
 * Streams data from source file pointer, apply encoding and write to destfp
 *
 * @phpstub
 *
 * @param resource $sourcefp
 * @param resource $destfp
 * @param string $encoding
 *
 * @return bool 
 */
function mailparse_stream_encode($sourcefp, $destfp, $encoding)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Streams data from source file pointer, apply encoding and write to destfp
 *
 * @phpstub
 *
 * @param resource $sourcefp
 * @param resource $destfp
 * @param string $encoding
 *
 * @return bool 
 */
function mailparse_stream_encode($sourcefp, $destfp, $encoding)
{
}

Function Calls

None

Variables

None

Stats

MD5 7c77ca853eb43ed9f6de528be1c0a5c0
Eval Count 0
Decode Time 90 ms