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 BeyondCode\LaravelWebSockets\Server\Exceptions; class ConnectionsOverCap..
Decoded Output download
<?php
namespace BeyondCode\LaravelWebSockets\Server\Exceptions;
class ConnectionsOverCapacity extends WebSocketException
{
/**
* Initialize the instance.
*
* @see https://pusher.com/docs/pusher_protocol#error-codes
*
* @return void
*/
public function __construct()
{
$this->trigger('Over capacity', 4100);
}
}
?>
Did this file decode correctly?
Original Code
<?php
namespace BeyondCode\LaravelWebSockets\Server\Exceptions;
class ConnectionsOverCapacity extends WebSocketException
{
/**
* Initialize the instance.
*
* @see https://pusher.com/docs/pusher_protocol#error-codes
*
* @return void
*/
public function __construct()
{
$this->trigger('Over capacity', 4100);
}
}
Function Calls
None |
Stats
MD5 | 974b9a7cbb143740c19aa20e01aadbd6 |
Eval Count | 0 |
Decode Time | 94 ms |