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 the session cookie parameters * * @phpstub * * @return array Returns..
Decoded Output download
<?php
/**
* Get the session cookie parameters
*
* @phpstub
*
* @return array Returns an array with the current session cookie information, the array
* contains the following items:
*/
function session_get_cookie_params()
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Get the session cookie parameters
*
* @phpstub
*
* @return array Returns an array with the current session cookie information, the array
* contains the following items:
*/
function session_get_cookie_params()
{
}
Function Calls
None |
Stats
MD5 | 1a7ac6b2bbb01a3eddd1bbcfc7d97895 |
Eval Count | 0 |
Decode Time | 97 ms |