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 /** * Open the message msg_number in the specified mailbox on the specified server..
Decoded Output download
<?php
/**
* Open the message msg_number in the specified mailbox on the specified server (leave serv
*
* @phpstub
*
* @param string $server
* @param string $mailbox
* @param int $msg_number
*
* @return array
*/
function notes_body($server, $mailbox, $msg_number)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Open the message msg_number in the specified mailbox on the specified server (leave serv
*
* @phpstub
*
* @param string $server
* @param string $mailbox
* @param int $msg_number
*
* @return array
*/
function notes_body($server, $mailbox, $msg_number)
{
}
Function Calls
None |
Stats
MD5 | 4d2f3f892f1295ca12add20d3812d1e6 |
Eval Count | 0 |
Decode Time | 77 ms |