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 StompException extends \Exception { /** * Get except..
Decoded Output download
<?php
/** @phpstub */
class StompException extends \Exception
{
/**
* Get exception details
*
* @return string string containing the error details.
*/
public function getDetails()
{
}
} ?>
Did this file decode correctly?
Original Code
<?php
/** @phpstub */
class StompException extends \Exception
{
/**
* Get exception details
*
* @return string string containing the error details.
*/
public function getDetails()
{
}
}
Function Calls
None |
Stats
MD5 | 8c9b10c68b0c8cf89597804108197fa5 |
Eval Count | 0 |
Decode Time | 81 ms |