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 /** * Release a semaphore * * @phpstub * * @param resource $sem_identifier * ..

Decoded Output download

<?php

/**
 * Release a semaphore
 *
 * @phpstub
 *
 * @param resource $sem_identifier
 *
 * @return bool 
 */
function sem_release($sem_identifier)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Release a semaphore
 *
 * @phpstub
 *
 * @param resource $sem_identifier
 *
 * @return bool 
 */
function sem_release($sem_identifier)
{
}

Function Calls

None

Variables

None

Stats

MD5 ff845212f9c1fa98d15b17f0b6089829
Eval Count 0
Decode Time 93 ms