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\Services\Streamers; use App\Models\Song; interface StreamerInterfac..
Decoded Output download
<?php
namespace App\Services\Streamers;
use App\Models\Song;
interface StreamerInterface
{
public function setSong(Song $song): void;
public function stream(); // @phpcs:ignore
}
?>
Did this file decode correctly?
Original Code
<?php
namespace App\Services\Streamers;
use App\Models\Song;
interface StreamerInterface
{
public function setSong(Song $song): void;
public function stream(); // @phpcs:ignore
}
Function Calls
None |
Stats
MD5 | 91ed8ad41a268baa4cbc2424c87a5566 |
Eval Count | 0 |
Decode Time | 86 ms |