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' => 'Collega', 'modal' => [ ..
Decoded Output download
<?php
return [
'single' => [
'label' => 'Collega',
'modal' => [
'heading' => 'Collega :label',
'fields' => [
'record_id' => [
'label' => 'Record',
],
],
'actions' => [
'attach' => [
'label' => 'Collega',
],
'attach_another' => [
'label' => 'Collega & collega un altro',
],
],
],
'notifications' => [
'attached' => [
'title' => 'Collegato',
],
],
],
];
?>
Did this file decode correctly?
Original Code
<?php
return [
'single' => [
'label' => 'Collega',
'modal' => [
'heading' => 'Collega :label',
'fields' => [
'record_id' => [
'label' => 'Record',
],
],
'actions' => [
'attach' => [
'label' => 'Collega',
],
'attach_another' => [
'label' => 'Collega & collega un altro',
],
],
],
'notifications' => [
'attached' => [
'title' => 'Collegato',
],
],
],
];
Function Calls
None |
Stats
MD5 | 85cdac3f2456ed07fa4148f9b4668bea |
Eval Count | 0 |
Decode Time | 96 ms |