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 | cd5d5b9573136daefb84eca2a3d7da79 |
Eval Count | 0 |
Decode Time | 88 ms |