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 /** * Returns a variable from shared memory * * @phpstub * * @param resource $..
Decoded Output download
<?php
/**
* Returns a variable from shared memory
*
* @phpstub
*
* @param resource $shm_identifier
* @param int $variable_key
*
* @return mixed Returns the variable with the given key.
*/
function shm_get_var($shm_identifier, $variable_key)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Returns a variable from shared memory
*
* @phpstub
*
* @param resource $shm_identifier
* @param int $variable_key
*
* @return mixed Returns the variable with the given key.
*/
function shm_get_var($shm_identifier, $variable_key)
{
}
Function Calls
None |
Stats
MD5 | 68b4f615e354b03ffca4abbe92f7b622 |
Eval Count | 0 |
Decode Time | 83 ms |