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 /** * Inserts or updates a variable in shared memory * * @phpstub * * @param r..

Decoded Output download

<?php

/**
 * Inserts or updates a variable in shared memory
 *
 * @phpstub
 *
 * @param resource $shm_identifier
 * @param int $variable_key
 * @param mixed $variable
 *
 * @return bool 
 */
function shm_put_var($shm_identifier, $variable_key, $variable)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Inserts or updates a variable in shared memory
 *
 * @phpstub
 *
 * @param resource $shm_identifier
 * @param int $variable_key
 * @param mixed $variable
 *
 * @return bool 
 */
function shm_put_var($shm_identifier, $variable_key, $variable)
{
}

Function Calls

None

Variables

None

Stats

MD5 ea5fdd945e3a4efb9b2a79cb7415ec92
Eval Count 0
Decode Time 104 ms