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\Support; interface Renderable { /** * Get ..

Decoded Output download

<?php

namespace Illuminate\Contracts\Support;

interface Renderable
{
    /**
     * Get the evaluated contents of the object.
     *
     * @return string
     */
    public function render();
}
 ?>

Did this file decode correctly?

Original Code

<?php

namespace Illuminate\Contracts\Support;

interface Renderable
{
    /**
     * Get the evaluated contents of the object.
     *
     * @return string
     */
    public function render();
}

Function Calls

None

Variables

None

Stats

MD5 4bd9ac22729497b72fe74bfbc91cc955
Eval Count 0
Decode Time 120 ms