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 BookStack\References\ModelResolvers; use BookStack\App\Model; interface..
Decoded Output download
<?php
namespace BookStack\References\ModelResolvers;
use BookStack\App\Model;
interface CrossLinkModelResolver
{
/**
* Resolve the given href link value to a model.
*/
public function resolve(string $link): ?Model;
}
?>
Did this file decode correctly?
Original Code
<?php
namespace BookStack\References\ModelResolvers;
use BookStack\App\Model;
interface CrossLinkModelResolver
{
/**
* Resolve the given href link value to a model.
*/
public function resolve(string $link): ?Model;
}
Function Calls
None |
Stats
MD5 | bfb77dbe22da8f6181422e8ef7c9ef34 |
Eval Count | 0 |
Decode Time | 99 ms |