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 /** * Read data from shared memory block * * @phpstub * * @param int $shmid *..
Decoded Output download
<?php
/**
* Read data from shared memory block
*
* @phpstub
*
* @param int $shmid
* @param int $start
* @param int $count
*
* @return string Returns the data.
*/
function shmop_read($shmid, $start, $count)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Read data from shared memory block
*
* @phpstub
*
* @param int $shmid
* @param int $start
* @param int $count
*
* @return string Returns the data.
*/
function shmop_read($shmid, $start, $count)
{
}
Function Calls
None |
Stats
MD5 | 9d0ea968bd1fdd5a57681864db015f4b |
Eval Count | 0 |
Decode Time | 91 ms |