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 Htmlable { /** * Get co..
Decoded Output download
<?php
namespace Illuminate\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 Illuminate\Contracts\Support;
interface Htmlable
{
/**
* Get content as a string of HTML.
*
* @return string
*/
public function toHtml();
}
Function Calls
None |
Stats
MD5 | 1304ce1cee2f93b920e9fc063e1d8e21 |
Eval Count | 0 |
Decode Time | 95 ms |