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' => 'Vytvoit', 'modal' => [ ..
Decoded Output download
<?php
return [
'single' => [
'label' => 'Vytvoit',
'modal' => [
'heading' => 'Vytvoit :label',
'actions' => [
'create' => [
'label' => 'Vytvoit',
],
'create_another' => [
'label' => 'Vytvoit & vytvoit dal',
],
],
],
'notifications' => [
'created' => [
'title' => 'Vytvoeno',
],
],
],
];
?>
Did this file decode correctly?
Original Code
<?php
return [
'single' => [
'label' => 'Vytvoit',
'modal' => [
'heading' => 'Vytvoit :label',
'actions' => [
'create' => [
'label' => 'Vytvoit',
],
'create_another' => [
'label' => 'Vytvoit & vytvoit dal',
],
],
],
'notifications' => [
'created' => [
'title' => 'Vytvoeno',
],
],
],
];
Function Calls
None |
Stats
MD5 | 2e9e38dc6af6aa987250e9ebcdd47f3b |
Eval Count | 0 |
Decode Time | 99 ms |