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 save path * * @phpstub * * @param str..

Decoded Output download

<?php

/**
 * Get and/or set the current session save path
 *
 * @phpstub
 *
 * @param string $path
 *
 * @return string Returns the path of the current directory used for data storage.
 */
function session_save_path($path = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Get and/or set the current session save path
 *
 * @phpstub
 *
 * @param string $path
 *
 * @return string Returns the path of the current directory used for data storage.
 */
function session_save_path($path = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 c35186cb8ad15696c1407b249817777b
Eval Count 0
Decode Time 121 ms