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 /** * Initialize embedded server * * @phpstub * * @param array $server * @par..

Decoded Output download

<?php

/**
 * Initialize embedded server
 *
 * @phpstub
 *
 * @param array $server
 * @param array $groups
 *
 * @return bool
 */
function maxdb_server_init($server = array(), $groups = array())
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Initialize embedded server
 *
 * @phpstub
 *
 * @param array $server
 * @param array $groups
 *
 * @return bool
 */
function maxdb_server_init($server = array(), $groups = array())
{
}

Function Calls

None

Variables

None

Stats

MD5 d7a22878fbf9242f243120c3dfb541f9
Eval Count 0
Decode Time 82 ms