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 /** * Returns the unread note id's for the current User user_name * * @phpstub ..

Decoded Output download

<?php

/**
 * Returns the unread note id's for the current User user_name
 *
 * @phpstub
 *
 * @param string $database_name
 * @param string $user_name
 *
 * @return array
 */
function notes_unread($database_name, $user_name)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Returns the unread note id's for the current User user_name
 *
 * @phpstub
 *
 * @param string $database_name
 * @param string $user_name
 *
 * @return array
 */
function notes_unread($database_name, $user_name)
{
}

Function Calls

None

Variables

None

Stats

MD5 38aa79dc95e5068beba28681ea4fbe19
Eval Count 0
Decode Time 74 ms