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 cache limiter * * @phpstub * * @param string ..

Decoded Output download

<?php

/**
 * Get and/or set the current cache limiter
 *
 * @phpstub
 *
 * @param string $cache_limiter
 *
 * @return string Returns the name of the current cache limiter.
 */
function session_cache_limiter($cache_limiter = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Get and/or set the current cache limiter
 *
 * @phpstub
 *
 * @param string $cache_limiter
 *
 * @return string Returns the name of the current cache limiter.
 */
function session_cache_limiter($cache_limiter = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 a685f5dac6e60b5fb77dc991dfbb6adb
Eval Count 0
Decode Time 128 ms