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 Tightenco\Collect\Contracts\Support; interface Htmlable { /** *..

Decoded Output download

<?php

namespace Tightenco\Collect\Contracts\Support;

interface Htmlable
{
    /**
     * Get content as a string of HTML.
     *
     * @return string
     */
    public function toHtml();
}
 ?>

Did this file decode correctly?

Original Code

<?php

namespace Tightenco\Collect\Contracts\Support;

interface Htmlable
{
    /**
     * Get content as a string of HTML.
     *
     * @return string
     */
    public function toHtml();
}

Function Calls

None

Variables

None

Stats

MD5 6ba89b4523b4ea6456455bd7057f496c
Eval Count 0
Decode Time 90 ms