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 /** * Sets user-level session storage functions * * @phpstub * * @param callab..

Decoded Output download

<?php

/**
 * Sets user-level session storage functions
 *
 * @phpstub
 *
 * @param callable $open
 * @param callable $close
 * @param callable $read
 * @param callable $write
 * @param callable $destroy
 * @param callable $gc
 *
 * @return bool
 */
function session_set_save_handler($open, $close, $read, $write, $destroy, $gc)
{
}

/**
 * Sets user-level session storage functions
 *
 * @phpstub
 *
 * @param SessionHandlerInterface $sessionhandler
 * @param bool $register_shutdown
 *
 * @return bool
 */
function session_set_save_handler($sessionhandler, $register_shutdown = true)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Sets user-level session storage functions
 *
 * @phpstub
 *
 * @param callable $open
 * @param callable $close
 * @param callable $read
 * @param callable $write
 * @param callable $destroy
 * @param callable $gc
 *
 * @return bool
 */
function session_set_save_handler($open, $close, $read, $write, $destroy, $gc)
{
}

/**
 * Sets user-level session storage functions
 *
 * @phpstub
 *
 * @param SessionHandlerInterface $sessionhandler
 * @param bool $register_shutdown
 *
 * @return bool
 */
function session_set_save_handler($sessionhandler, $register_shutdown = true)
{
}

Function Calls

None

Variables

None

Stats

MD5 de41342d4be41faff926f8f1878b309a
Eval Count 0
Decode Time 103 ms