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 /** * Set the session cookie parameters * * @phpstub * * @param int $lifetime ..
Decoded Output download
<?php
/**
* Set the session cookie parameters
*
* @phpstub
*
* @param int $lifetime
* @param string $path
* @param string $domain
* @param bool $secure
* @param bool $httponly
*
* @return void
*/
function session_set_cookie_params($lifetime, $path = NULL, $domain = NULL, $secure = false, $httponly = false)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Set the session cookie parameters
*
* @phpstub
*
* @param int $lifetime
* @param string $path
* @param string $domain
* @param bool $secure
* @param bool $httponly
*
* @return void
*/
function session_set_cookie_params($lifetime, $path = NULL, $domain = NULL, $secure = false, $httponly = false)
{
}
Function Calls
None |
Stats
MD5 | 48f5a4c7f20295aaf5e6432598c9749b |
Eval Count | 0 |
Decode Time | 99 ms |