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 [ 'custom_option' => 'filesystems', 'default' => 'overwrite', ..
Decoded Output download
<?php
return [
'custom_option' => 'filesystems',
'default' => 'overwrite',
'disks' => [
'local' => [
'overwrite' => true,
],
'new' => [
'merge' => true,
],
],
];
?>
Did this file decode correctly?
Original Code
<?php
return [
'custom_option' => 'filesystems',
'default' => 'overwrite',
'disks' => [
'local' => [
'overwrite' => true,
],
'new' => [
'merge' => true,
],
],
];
Function Calls
None |
Stats
MD5 | a46972d8bbbc34ad99ea79863c3a9fa0 |
Eval Count | 0 |
Decode Time | 115 ms |