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 [ 'title' => 'Verifikasi alamat email Anda', 'heading' => 'Verifik..
Decoded Output download
<?php
return [
'title' => 'Verifikasi alamat email Anda',
'heading' => 'Verifikasi alamat email Anda',
'actions' => [
'resend_notification' => [
'label' => 'Kirim ulang',
],
],
'messages' => [
'notification_not_received' => 'Belum menerima email?',
'notification_sent' => 'Kami telah mengirimkan email ke :email yang berisikan instruksi cara verifikasi alamat email Anda.',
],
'notifications' => [
'notification_resent' => [
'title' => 'Email telah dikirim ulang.',
],
'notification_resend_throttled' => [
'title' => 'Terlalu banyak permintaan',
'body' => 'Silakan coba lagi dalam :seconds detik.',
],
],
];
?>
Did this file decode correctly?
Original Code
<?php
return [
'title' => 'Verifikasi alamat email Anda',
'heading' => 'Verifikasi alamat email Anda',
'actions' => [
'resend_notification' => [
'label' => 'Kirim ulang',
],
],
'messages' => [
'notification_not_received' => 'Belum menerima email?',
'notification_sent' => 'Kami telah mengirimkan email ke :email yang berisikan instruksi cara verifikasi alamat email Anda.',
],
'notifications' => [
'notification_resent' => [
'title' => 'Email telah dikirim ulang.',
],
'notification_resend_throttled' => [
'title' => 'Terlalu banyak permintaan',
'body' => 'Silakan coba lagi dalam :seconds detik.',
],
],
];
Function Calls
None |
Stats
MD5 | 5ccf6f4c1dcd7e3d15742447ab3bc88b |
Eval Count | 0 |
Decode Time | 81 ms |