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 [ 'title' => 'Escritorio', 'actions' => [ 'filter' => [ ..
Decoded Output download
<?php
return [
'title' => 'Escritorio',
'actions' => [
'filter' => [
'label' => 'Filtro',
'modal' => [
'heading' => 'Filtro',
'actions' => [
'apply' => [
'label' => 'Aplicar',
],
],
],
],
],
];
?>
Did this file decode correctly?
Original Code
<?php
return [
'title' => 'Escritorio',
'actions' => [
'filter' => [
'label' => 'Filtro',
'modal' => [
'heading' => 'Filtro',
'actions' => [
'apply' => [
'label' => 'Aplicar',
],
],
],
],
],
];
Function Calls
None |
Stats
MD5 | cbb2c69d68bc14dbe0d51892a8e1eadc |
Eval Count | 0 |
Decode Time | 107 ms |