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 /** * Starts the session debugging * * @phpstub * * @param int $debug_level *..

Decoded Output download

<?php

/**
 * Starts the session debugging
 *
 * @phpstub
 *
 * @param int $debug_level
 * @param string $dump_directory
 *
 * @return void 
 */
function apd_set_session_trace($debug_level, $dump_directory = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Starts the session debugging
 *
 * @phpstub
 *
 * @param int $debug_level
 * @param string $dump_directory
 *
 * @return void 
 */
function apd_set_session_trace($debug_level, $dump_directory = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 9560de8242d036d72c814a173d9360dd
Eval Count 0
Decode Time 89 ms