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 /** * Disconnects from shared memory segment * * @phpstub * * @param resource ..
Decoded Output download
<?php
/**
* Disconnects from shared memory segment
*
* @phpstub
*
* @param resource $shm_identifier
*
* @return bool always returns true.
*/
function shm_detach($shm_identifier)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Disconnects from shared memory segment
*
* @phpstub
*
* @param resource $shm_identifier
*
* @return bool always returns true.
*/
function shm_detach($shm_identifier)
{
}
Function Calls
None |
Stats
MD5 | c0d553d1d59d1e945b8629072a6daac7 |
Eval Count | 0 |
Decode Time | 100 ms |