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 [ 'form' => [ 'actions' => [ 'save' => [ ..
Decoded Output download
<?php
return [
'form' => [
'actions' => [
'save' => [
'label' => 'Deiiklikleri kaydet',
],
],
],
'notifications' => [
'saved' => [
'title' => 'Kaydedildi',
],
],
];
?>
Did this file decode correctly?
Original Code
<?php
return [
'form' => [
'actions' => [
'save' => [
'label' => 'Deiiklikleri kaydet',
],
],
],
'notifications' => [
'saved' => [
'title' => 'Kaydedildi',
],
],
];
Function Calls
None |
Stats
MD5 | 06a1bd58ea38c3060ee5497c336f710c |
Eval Count | 0 |
Decode Time | 91 ms |