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 /** * Creates or open a shared memory segment * * @phpstub * * @param int $key..

Decoded Output download

<?php

/**
 * Creates or open a shared memory segment
 *
 * @phpstub
 *
 * @param int $key
 * @param int $memsize
 * @param int $perm
 *
 * @return resource Returns a shared memory segment identifier.
 */
function shm_attach($key, $memsize = NULL, $perm = 666)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Creates or open a shared memory segment
 *
 * @phpstub
 *
 * @param int $key
 * @param int $memsize
 * @param int $perm
 *
 * @return resource Returns a shared memory segment identifier.
 */
function shm_attach($key, $memsize = NULL, $perm = 666)
{
}

Function Calls

None

Variables

None

Stats

MD5 b5ab7735311b4a0d708d2755591e6125
Eval Count 0
Decode Time 82 ms