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 /** * Remove a semaphore * * @phpstub * * @param resource $sem_identifier * ..
Decoded Output download
<?php
/**
* Remove a semaphore
*
* @phpstub
*
* @param resource $sem_identifier
*
* @return bool
*/
function sem_remove($sem_identifier)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Remove a semaphore
*
* @phpstub
*
* @param resource $sem_identifier
*
* @return bool
*/
function sem_remove($sem_identifier)
{
}
Function Calls
None |
Stats
MD5 | 2b52b6ccf0353647f3c8f5c94862de7d |
Eval Count | 0 |
Decode Time | 134 ms |