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 namespace PHPDaemon\Clients\AMQP\Driver\Protocol\v091\Protocol; /** * Class BodyF..
Decoded Output download
<?php
namespace PHPDaemon\Clients\AMQP\Driver\Protocol091\Protocol;
/**
* Class BodyFrame
* @author Aleksey I. Kuleshov YOU GLOBAL LIMITED
* @package PHPDaemon\Clients\AMQP\Driver\Protocol091\Protocol
*/
class BodyFrame implements
ContentFrameInterface,
IncomingFrame,
OutgoingFrame
{
public $frameChannelId = 0;
public $content;
}
?>
Did this file decode correctly?
Original Code
<?php
namespace PHPDaemon\Clients\AMQP\Driver\Protocol\v091\Protocol;
/**
* Class BodyFrame
* @author Aleksey I. Kuleshov YOU GLOBAL LIMITED
* @package PHPDaemon\Clients\AMQP\Driver\Protocol\v091\Protocol
*/
class BodyFrame implements
ContentFrameInterface,
IncomingFrame,
OutgoingFrame
{
public $frameChannelId = 0;
public $content;
}
Function Calls
None |
Stats
MD5 | e373fbd4fdb9693943e4eb490b9d0082 |
Eval Count | 0 |
Decode Time | 83 ms |