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 /** * Read the structure of a specified body section of a specific message * * @..

Decoded Output download

<?php

/**
 * Read the structure of a specified body section of a specific message
 *
 * @phpstub
 *
 * @param resource $imap_stream
 * @param int $msg_number
 * @param string $section
 *
 * @return object Returns the information in an object, for a detailed description
 *                of the object structure and properties see
 *                .
 */
function imap_bodystruct($imap_stream, $msg_number, $section)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Read the structure of a specified body section of a specific message
 *
 * @phpstub
 *
 * @param resource $imap_stream
 * @param int $msg_number
 * @param string $section
 *
 * @return object Returns the information in an object, for a detailed description
 *                of the object structure and properties see
 *                .
 */
function imap_bodystruct($imap_stream, $msg_number, $section)
{
}

Function Calls

None

Variables

None

Stats

MD5 ee668689b9eeae8f274dee75123311b5
Eval Count 0
Decode Time 83 ms