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( 'assigned_to' => 'Przypisane do', 'checkout' => 'Wejc..
Decoded Output download
<?php
return array(
'assigned_to' => 'Przypisane do',
'checkout' => 'Wejcie/Wyjcie',
'deleted_at' => 'Usunito o',
'id' => 'Id',
'license_email' => 'Licencja E-mail',
'license_name' => 'Licencja przypisana do',
'purchase_date' => 'Data zakupu',
'purchased' => 'Zakupiono',
'seats' => 'Ilo stanowisk',
'hardware' => 'Sprzt',
'serial' => 'Nr. seryjny',
'title' => 'Licencja',
);
?>
Did this file decode correctly?
Original Code
<?php
return array(
'assigned_to' => 'Przypisane do',
'checkout' => 'Wejcie/Wyjcie',
'deleted_at' => 'Usunito o',
'id' => 'Id',
'license_email' => 'Licencja E-mail',
'license_name' => 'Licencja przypisana do',
'purchase_date' => 'Data zakupu',
'purchased' => 'Zakupiono',
'seats' => 'Ilo stanowisk',
'hardware' => 'Sprzt',
'serial' => 'Nr. seryjny',
'title' => 'Licencja',
);
Function Calls
None |
Stats
MD5 | 39f0698c493372c9232dde3c3d1a43ac |
Eval Count | 0 |
Decode Time | 93 ms |