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 | 4d68797af3f70ac1709da48aed8e1ff9 |
Eval Count | 0 |
Decode Time | 113 ms |