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 /** * Get and/or set the current session module * * @phpstub * * @param string..

Decoded Output download

<?php

/**
 * Get and/or set the current session module
 *
 * @phpstub
 *
 * @param string $module
 *
 * @return string Returns the name of the current session module.
 */
function session_module_name($module = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Get and/or set the current session module
 *
 * @phpstub
 *
 * @param string $module
 *
 * @return string Returns the name of the current session module.
 */
function session_module_name($module = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 7539d530ab0359ecdfed71efae2e316c
Eval Count 0
Decode Time 96 ms