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 use Illuminate\Support\Facades\Broadcast; /* |------------------------------------..
Decoded Output download
<?php
use Illuminate\Support\Facades\Broadcast;
/*
|--------------------------------------------------------------------------
| Broadcast Channels
|--------------------------------------------------------------------------
|
| Here you may register all of the event broadcasting channels that your
| application supports. The given channel authorization callbacks are
| used to check if an authenticated user can listen to the channel.
|
*/
Broadcast::channel('App.User.{id}', static fn ($user, $id) => (int) $user->id === (int) $id);
?>
Did this file decode correctly?
Original Code
<?php
use Illuminate\Support\Facades\Broadcast;
/*
|--------------------------------------------------------------------------
| Broadcast Channels
|--------------------------------------------------------------------------
|
| Here you may register all of the event broadcasting channels that your
| application supports. The given channel authorization callbacks are
| used to check if an authenticated user can listen to the channel.
|
*/
Broadcast::channel('App.User.{id}', static fn ($user, $id) => (int) $user->id === (int) $id);
Function Calls
None |
Stats
MD5 | bacd81ea9a884f07fcd2f5c4e28be201 |
Eval Count | 0 |
Decode Time | 86 ms |