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 App\Events; abstract class Event { /** * Get the channels the e..
Decoded Output download
<?php
namespace App\Events;
abstract class Event
{
/**
* Get the channels the event should be broadcast on.
*
* @return array<mixed>
*/
public function broadcastOn(): array
{
return [];
}
}
?>
Did this file decode correctly?
Original Code
<?php
namespace App\Events;
abstract class Event
{
/**
* Get the channels the event should be broadcast on.
*
* @return array<mixed>
*/
public function broadcastOn(): array
{
return [];
}
}
Function Calls
None |
Stats
MD5 | a13846f0c0dbb8e8c974d809a5fed2fc |
Eval Count | 0 |
Decode Time | 84 ms |