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\Routing\Controllers; interface HasMiddleware { /** *..
Decoded Output download
<?php
namespace Illuminate\Routing\Controllers;
interface HasMiddleware
{
/**
* Get the middleware that should be assigned to the controller.
*
* @return \Illuminate\Routing\Controllers\Middleware[]
*/
public static function middleware();
}
?>
Did this file decode correctly?
Original Code
<?php
namespace Illuminate\Routing\Controllers;
interface HasMiddleware
{
/**
* Get the middleware that should be assigned to the controller.
*
* @return \Illuminate\Routing\Controllers\Middleware[]
*/
public static function middleware();
}
Function Calls
| None |
Stats
| MD5 | 923e52b9318612811d71f362a5dec3c3 |
| Eval Count | 0 |
| Decode Time | 103 ms |