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 /** * Update the current session id with a newly generated one * * @phpstub * ..
Decoded Output download
<?php
/**
* Update the current session id with a newly generated one
*
* @phpstub
*
* @param bool $delete_old_session
*
* @return bool
*/
function session_regenerate_id($delete_old_session = false)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Update the current session id with a newly generated one
*
* @phpstub
*
* @param bool $delete_old_session
*
* @return bool
*/
function session_regenerate_id($delete_old_session = false)
{
}
Function Calls
None |
Stats
MD5 | b49e0dca6c61ea6617458c72c4f5c89f |
Eval Count | 0 |
Decode Time | 72 ms |