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 /** @phpstub */ class Stackable { /** * Identification * * @retu..
Decoded Output download
<?php
/** @phpstub */
class Stackable
{
/**
* Identification
*
* @return long A numeric value representing the identity of the creating context
*/
public function getCreatorId()
{
}
/**
* Identification
*
* @return long A numeric value, which can be used within a Stackable to retrieve the Worker Thread executing the object.
*/
public function getThreadId()
{
}
/**
* State Detection
*
* @return boolean A boolean indication of state
*/
public function isRunning()
{
}
/**
* State Detection
*
* @return boolean A boolean indication of state
*/
public function isWaiting()
{
}
/**
* Synchronization
*
* @return int An integral indication of success
*/
public function notify()
{
}
/**
* Execution
*
* @return mixed
*/
public function run()
{
}
/**
* Synchronization
*
* @param string $timeout
*
* @return int An integral indication of success
*/
public function wait($timeout = NULL)
{
}
} ?>
Did this file decode correctly?
Original Code
<?php
/** @phpstub */
class Stackable
{
/**
* Identification
*
* @return long A numeric value representing the identity of the creating context
*/
public function getCreatorId()
{
}
/**
* Identification
*
* @return long A numeric value, which can be used within a Stackable to retrieve the Worker Thread executing the object.
*/
public function getThreadId()
{
}
/**
* State Detection
*
* @return boolean A boolean indication of state
*/
public function isRunning()
{
}
/**
* State Detection
*
* @return boolean A boolean indication of state
*/
public function isWaiting()
{
}
/**
* Synchronization
*
* @return int An integral indication of success
*/
public function notify()
{
}
/**
* Execution
*
* @return mixed
*/
public function run()
{
}
/**
* Synchronization
*
* @param string $timeout
*
* @return int An integral indication of success
*/
public function wait($timeout = NULL)
{
}
}
Function Calls
None |
Stats
MD5 | de05cce8934711b6244bd7ea4a598848 |
Eval Count | 0 |
Decode Time | 76 ms |