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' => 'Tilldelats', 'checkout' => 'In ut',..
Decoded Output download
<?php
return array(
'assigned_to' => 'Tilldelats',
'checkout' => 'In ut',
'deleted_at' => 'Borttagen den',
'id' => 'ID',
'license_email' => 'Licens Email',
'license_name' => 'Licensierad till',
'purchase_date' => 'inkpsdatum',
'purchased' => 'Kpt',
'seats' => 'Sten',
'hardware' => 'Hrdvara',
'serial' => 'Serie',
'title' => 'Licens',
);
?>
Did this file decode correctly?
Original Code
<?php
return array(
'assigned_to' => 'Tilldelats',
'checkout' => 'In ut',
'deleted_at' => 'Borttagen den',
'id' => 'ID',
'license_email' => 'Licens Email',
'license_name' => 'Licensierad till',
'purchase_date' => 'inkpsdatum',
'purchased' => 'Kpt',
'seats' => 'Sten',
'hardware' => 'Hrdvara',
'serial' => 'Serie',
'title' => 'Licens',
);
Function Calls
None |
Stats
MD5 | 72fc574d2baeb3c923c257d435f3b6ee |
Eval Count | 0 |
Decode Time | 90 ms |