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' => 'nh km', 'modal' => [ ..
Decoded Output download
<?php
return [
'single' => [
'label' => 'nh km',
'modal' => [
'heading' => 'nh km :label',
'fields' => [
'record_id' => [
'label' => 'Bn ghi',
],
],
'actions' => [
'attach' => [
'label' => 'nh km',
],
'attach_another' => [
'label' => 'nh km & nh km thm',
],
],
],
'notifications' => [
'attached' => [
'title' => ' nh km',
],
],
],
];
?>
Did this file decode correctly?
Original Code
<?php
return [
'single' => [
'label' => 'nh km',
'modal' => [
'heading' => 'nh km :label',
'fields' => [
'record_id' => [
'label' => 'Bn ghi',
],
],
'actions' => [
'attach' => [
'label' => 'nh km',
],
'attach_another' => [
'label' => 'nh km & nh km thm',
],
],
],
'notifications' => [
'attached' => [
'title' => ' nh km',
],
],
],
];
Function Calls
None |
Stats
MD5 | 396c1dca57e1d375f5586612e952a964 |
Eval Count | 0 |
Decode Time | 106 ms |