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\Support\Contracts; interface HasLabel { public function get..
Decoded Output download
<?php
namespace Filament\Support\Contracts;
interface HasLabel
{
public function getLabel(): ?string;
}
?>
Did this file decode correctly?
Original Code
<?php
namespace Filament\Support\Contracts;
interface HasLabel
{
public function getLabel(): ?string;
}
Function Calls
None |
Stats
MD5 | b1dcbefe00a23bf0ee089d715081d4d5 |
Eval Count | 0 |
Decode Time | 134 ms |