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; use App\Models\Song; interface ObjectStorageInterface { ..

Decoded Output download

<?php

namespace App\Services;

use App\Models\Song;

interface ObjectStorageInterface
{
    /**
     * Get a song's Object Storage url for streaming or downloading.
     */
    public function getSongPublicUrl(Song $song): string;
}
 ?>

Did this file decode correctly?

Original Code

<?php

namespace App\Services;

use App\Models\Song;

interface ObjectStorageInterface
{
    /**
     * Get a song's Object Storage url for streaming or downloading.
     */
    public function getSongPublicUrl(Song $song): string;
}

Function Calls

None

Variables

None

Stats

MD5 821e93a889a30a5b7483caf5561638af
Eval Count 0
Decode Time 78 ms