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 Livewire; interface Wireable { public function toLivewire(); pu..
Decoded Output download
<?php
namespace Livewire;
interface Wireable
{
public function toLivewire();
public static function fromLivewire($value);
}
?>
Did this file decode correctly?
Original Code
<?php
namespace Livewire;
interface Wireable
{
public function toLivewire();
public static function fromLivewire($value);
}
Function Calls
None |
Stats
MD5 | d7d16bc23302bd2360da9a9b605bb3a7 |
Eval Count | 0 |
Decode Time | 96 ms |