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

Decoded Output download

<?php

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

Did this file decode correctly?

Original Code

<?php

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

Function Calls

None

Variables

None

Stats

MD5 726b644b598decd78d3ab3231ef76166
Eval Count 0
Decode Time 102 ms