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 [ 'single' => [ 'label' => 'Chnh sa', 'modal' => [ ..
Decoded Output download
<?php
return [
'single' => [
'label' => 'Chnh sa',
'modal' => [
'heading' => 'Chnh sa :label',
'actions' => [
'save' => [
'label' => 'Lu thay i',
],
],
],
'notifications' => [
'saved' => [
'title' => ' lu',
],
],
],
];
?>
Did this file decode correctly?
Original Code
<?php
return [
'single' => [
'label' => 'Chnh sa',
'modal' => [
'heading' => 'Chnh sa :label',
'actions' => [
'save' => [
'label' => 'Lu thay i',
],
],
],
'notifications' => [
'saved' => [
'title' => ' lu',
],
],
],
];
Function Calls
None |
Stats
MD5 | cf1ad19e251d0abcc28566a688fb8eb8 |
Eval Count | 0 |
Decode Time | 89 ms |