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