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 Filament\FontProviders\Contracts; use Illuminate\Contracts\Support\Htmla..
Decoded Output download
<?php
namespace Filament\FontProviders\Contracts;
use Illuminate\Contracts\Support\Htmlable;
interface FontProvider
{
public function getHtml(string $family, ?string $url = null): Htmlable;
}
?>
Did this file decode correctly?
Original Code
<?php
namespace Filament\FontProviders\Contracts;
use Illuminate\Contracts\Support\Htmlable;
interface FontProvider
{
public function getHtml(string $family, ?string $url = null): Htmlable;
}
Function Calls
None |
Stats
MD5 | c9006254a25e9ceae9c91ffb14d03ee4 |
Eval Count | 0 |
Decode Time | 107 ms |