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 return [ 'trigger' => [ 'label' => '', ], ]; ..
Decoded Output download
<?php
return [
'trigger' => [
'label' => '',
],
];
?>
Did this file decode correctly?
Original Code
<?php
return [
'trigger' => [
'label' => '',
],
];
Function Calls
None |
Stats
MD5 | 6d00ccfc5b8b97f98d354a57117e4e40 |
Eval Count | 0 |
Decode Time | 86 ms |