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