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 array( 'checkout' => 'Verbruiksartikel uitcheck..
Decoded Output download
<?php
return array(
'checkout' => 'Verbruiksartikel uitchecken aan gebruiker',
'consumable_name' => 'Verbruiksartikel naam',
'create' => 'Maak verbruiksartikel aan',
'item_no' => 'Item nr.',
'remaining' => 'Resterende',
'total' => 'Totaal',
'update' => 'Wijzig verbruiksartikel',
);
?>
Did this file decode correctly?
Original Code
<?php
return array(
'checkout' => 'Verbruiksartikel uitchecken aan gebruiker',
'consumable_name' => 'Verbruiksartikel naam',
'create' => 'Maak verbruiksartikel aan',
'item_no' => 'Item nr.',
'remaining' => 'Resterende',
'total' => 'Totaal',
'update' => 'Wijzig verbruiksartikel',
);
Function Calls
None |
Stats
MD5 | 6b9f198afba5ba4e575866651262412c |
Eval Count | 0 |
Decode Time | 97 ms |