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 /** * Close shared memory block * * @phpstub * * @param int $shmid * * @retu..
Decoded Output download
<?php
/**
* Close shared memory block
*
* @phpstub
*
* @param int $shmid
*
* @return void
*/
function shmop_close($shmid)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Close shared memory block
*
* @phpstub
*
* @param int $shmid
*
* @return void
*/
function shmop_close($shmid)
{
}
Function Calls
| None |
Stats
| MD5 | 5bbc537875727830d59b6781dcde05f4 |
| Eval Count | 0 |
| Decode Time | 81 ms |