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; interface TranscodingStreamerInterface extends S..

Decoded Output download

<?php

namespace App\Services\Streamers;

interface TranscodingStreamerInterface extends StreamerInterface
{
    public function setBitRate(int $bitRate): void;

    public function setStartTime(float $startTime): void;
}
 ?>

Did this file decode correctly?

Original Code

<?php

namespace App\Services\Streamers;

interface TranscodingStreamerInterface extends StreamerInterface
{
    public function setBitRate(int $bitRate): void;

    public function setStartTime(float $startTime): void;
}

Function Calls

None

Variables

None

Stats

MD5 14475ad2ab0848fbaa1b9ace5e8d6d72
Eval Count 0
Decode Time 108 ms