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 /** * Save a specific body section to a file * * @phpstub * * @param resource ..

Decoded Output download

<?php

/**
 * Save a specific body section to a file
 *
 * @phpstub
 *
 * @param resource $imap_stream
 * @param mixed $file
 * @param int $msg_number
 * @param string $part_number
 * @param int $options
 *
 * @return bool 
 */
function imap_savebody($imap_stream, $file, $msg_number, $part_number = '', $options = false)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Save a specific body section to a file
 *
 * @phpstub
 *
 * @param resource $imap_stream
 * @param mixed $file
 * @param int $msg_number
 * @param string $part_number
 * @param int $options
 *
 * @return bool 
 */
function imap_savebody($imap_stream, $file, $msg_number, $part_number = '', $options = false)
{
}

Function Calls

None

Variables

None

Stats

MD5 f5b74b158f797410092414c282205851
Eval Count 0
Decode Time 88 ms