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 /** * Check whether a specific entry exists * * @phpstub * * @param resource $..
Decoded Output download
<?php
/**
* Check whether a specific entry exists
*
* @phpstub
*
* @param resource $shm_identifier
* @param int $variable_key
*
* @return bool Returns true if the entry exists, otherwise false
*/
function shm_has_var($shm_identifier, $variable_key)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Check whether a specific entry exists
*
* @phpstub
*
* @param resource $shm_identifier
* @param int $variable_key
*
* @return bool Returns true if the entry exists, otherwise false
*/
function shm_has_var($shm_identifier, $variable_key)
{
}
Function Calls
None |
Stats
MD5 | a4d1df176e4832f4aa36c9e4f9aa0b5d |
Eval Count | 0 |
Decode Time | 83 ms |