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 Encore\Admin\Show; class Divider extends Field { public function ren..

Decoded Output download

<?php

namespace Encore\Admin\Show;

class Divider extends Field
{
    public function render()
    {
        return '<hr>';
    }
}
 ?>

Did this file decode correctly?

Original Code

<?php

namespace Encore\Admin\Show;

class Divider extends Field
{
    public function render()
    {
        return '<hr>';
    }
}

Function Calls

None

Variables

None

Stats

MD5 930df8813015e3004921039645b70696
Eval Count 0
Decode Time 97 ms