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 /** * Find notes that match keywords in database_name * * @phpstub * * @param ..

Decoded Output download

<?php

/**
 * Find notes that match keywords in database_name
 *
 * @phpstub
 *
 * @param string $database_name
 * @param string $keywords
 *
 * @return array
 */
function notes_search($database_name, $keywords)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Find notes that match keywords in database_name
 *
 * @phpstub
 *
 * @param string $database_name
 * @param string $keywords
 *
 * @return array
 */
function notes_search($database_name, $keywords)
{
}

Function Calls

None

Variables

None

Stats

MD5 54f8044d977c375c8220297b54f9b412
Eval Count 0
Decode Time 79 ms