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 Illuminate\Contracts\Translation; interface HasLocalePreference { /*..

Decoded Output download

<?php

namespace Illuminate\Contracts\Translation;

interface HasLocalePreference
{
    /**
     * Get the preferred locale of the entity.
     *
     * @return string|null
     */
    public function preferredLocale();
}
 ?>

Did this file decode correctly?

Original Code

<?php

namespace Illuminate\Contracts\Translation;

interface HasLocalePreference
{
    /**
     * Get the preferred locale of the entity.
     *
     * @return string|null
     */
    public function preferredLocale();
}

Function Calls

None

Variables

None

Stats

MD5 9319ab299fac1c35e9ed77a8f37c0858
Eval Count 0
Decode Time 74 ms