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' => 'Mga kilos', 'action' => 'K..
Decoded Output download
<?php
return array(
'actions' => 'Mga kilos',
'action' => 'Kilos',
'by' => 'Batay sa',
'item' => 'Aytem',
'no_matching_records' => 'No matching records found',
);
?>
Did this file decode correctly?
Original Code
<?php
return array(
'actions' => 'Mga kilos',
'action' => 'Kilos',
'by' => 'Batay sa',
'item' => 'Aytem',
'no_matching_records' => 'No matching records found',
);
Function Calls
None |
Stats
MD5 | c6593b300938d138e98e2ee8af4e84cc |
Eval Count | 0 |
Decode Time | 100 ms |