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' => 'Manutenzione Prodotto', 'asset_nam..
Decoded Output download
<?php
return [
'title' => 'Manutenzione Prodotto',
'asset_name' => 'Nome prodotto',
'is_warranty' => 'Garanzia',
'dl_csv' => 'Scarica CSV',
];
?>
Did this file decode correctly?
Original Code
<?php
return [
'title' => 'Manutenzione Prodotto',
'asset_name' => 'Nome prodotto',
'is_warranty' => 'Garanzia',
'dl_csv' => 'Scarica CSV',
];
Function Calls
None |
Stats
MD5 | ce5cb4e3e6e32827f56703e687d86b11 |
Eval Count | 0 |
Decode Time | 79 ms |