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