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( 'actions' => 'Azioni', 'action' => 'Azio..
Decoded Output download
<?php
return array(
'actions' => 'Azioni',
'action' => 'Azione',
'by' => 'per',
'item' => 'Articolo',
'no_matching_records' => 'Nessun record corrispondente trovato',
);
?>
Did this file decode correctly?
Original Code
<?php
return array(
'actions' => 'Azioni',
'action' => 'Azione',
'by' => 'per',
'item' => 'Articolo',
'no_matching_records' => 'Nessun record corrispondente trovato',
);
Function Calls
None |
Stats
MD5 | 45e50af7e237054ad3d1e589e75de06e |
Eval Count | 0 |
Decode Time | 98 ms |