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\Enums; enum VerticalAlignment: string { case Start ..
Decoded Output download
<?php
namespace Filament\Support\Enums;
enum VerticalAlignment: string
{
case Start = 'start';
case Center = 'center';
case End = 'end';
}
?>
Did this file decode correctly?
Original Code
<?php
namespace Filament\Support\Enums;
enum VerticalAlignment: string
{
case Start = 'start';
case Center = 'center';
case End = 'end';
}
Function Calls
None |
Stats
MD5 | c5484395367d06af1888443cc37c9960 |
Eval Count | 0 |
Decode Time | 95 ms |