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 /** * Create a note using form form_name * * @phpstub * * @param string $datab..

Decoded Output download

<?php

/**
 * Create a note using form form_name
 *
 * @phpstub
 *
 * @param string $database_name
 * @param string $form_name
 *
 * @return bool
 */
function notes_create_note($database_name, $form_name)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Create a note using form form_name
 *
 * @phpstub
 *
 * @param string $database_name
 * @param string $form_name
 *
 * @return bool
 */
function notes_create_note($database_name, $form_name)
{
}

Function Calls

None

Variables

None

Stats

MD5 ad0841bb35236d091c0bc0c715318bc4
Eval Count 0
Decode Time 71 ms