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 [ 'confirmation' => 'Jeni t sigurt q dshironi ta bni kt?', 'action..
Decoded Output download
<?php
return [
'confirmation' => 'Jeni t sigurt q dshironi ta bni kt?',
'actions' => [
'cancel' => [
'label' => 'Anulo',
],
'confirm' => [
'label' => 'Konfirmo',
],
'submit' => [
'label' => 'Ruaj',
],
],
];
?>
Did this file decode correctly?
Original Code
<?php
return [
'confirmation' => 'Jeni t sigurt q dshironi ta bni kt?',
'actions' => [
'cancel' => [
'label' => 'Anulo',
],
'confirm' => [
'label' => 'Konfirmo',
],
'submit' => [
'label' => 'Ruaj',
],
],
];
Function Calls
None |
Stats
MD5 | 77ce1a90af59e2852bc024d85507175c |
Eval Count | 0 |
Decode Time | 94 ms |