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\Forms\Components; class DatePicker extends DateTimePicker { ..
Decoded Output download
<?php
namespace Filament\Forms\Components;
class DatePicker extends DateTimePicker
{
public function hasTime(): bool
{
return false;
}
}
?>
Did this file decode correctly?
Original Code
<?php
namespace Filament\Forms\Components;
class DatePicker extends DateTimePicker
{
public function hasTime(): bool
{
return false;
}
}
Function Calls
None |
Stats
MD5 | f25769932a45d936beebb5f03bfd50bc |
Eval Count | 0 |
Decode Time | 106 ms |