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 declare(strict_types=1); namespace EasyWeChat\OpenWork; /** * @property string $..
Decoded Output download
<?php
declare(strict_types=1);
namespace EasyWeChat\OpenWork;
/**
* @property string $InfoType
* @property string $ChangeType
* @property string $SuiteTicket
* @property string $SuiteId
* @property string $MsgType
* @property string $Event
*/
class Message extends \EasyWeChat\Kernel\Message
{
//
}
?>
Did this file decode correctly?
Original Code
<?php
declare(strict_types=1);
namespace EasyWeChat\OpenWork;
/**
* @property string $InfoType
* @property string $ChangeType
* @property string $SuiteTicket
* @property string $SuiteId
* @property string $MsgType
* @property string $Event
*/
class Message extends \EasyWeChat\Kernel\Message
{
//
}
Function Calls
None |
Stats
MD5 | a2cc5ae3a3e4ea7a9df6a3668a655fcf |
Eval Count | 0 |
Decode Time | 77 ms |