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