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 Broadcast::channel("\x41\160\160\x2e\x55\x73\x65\x72\56\x7b\x69\144\175", function..

Decoded Output download

<?php 
 Broadcast::channel("App.User.{id}", function ($user, $id) { return (int) $user->id === (int) $id; }); ?>

Did this file decode correctly?

Original Code

<?php
 Broadcast::channel("\x41\160\160\x2e\x55\x73\x65\x72\56\x7b\x69\144\175", function ($user, $id) { return (int) $user->id === (int) $id; });

Function Calls

None

Variables

None

Stats

MD5 19f1c3d754f076e0e7f859740542ce81
Eval Count 0
Decode Time 74 ms