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 | d4b70ead65b56ec9197eef7a4f6616ef |
Eval Count | 0 |
Decode Time | 112 ms |