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( 'checkout' => 'Nodi nwydd traul allan i ..
Decoded Output download
<?php
return array(
'checkout' => 'Nodi nwydd traul allan i defnyddiwr',
'consumable_name' => 'Enw nwydd traul',
'create' => 'Creu nwydd traul',
'item_no' => 'Rhif eitem.',
'remaining' => 'Yn weddill',
'total' => 'Cyfanswm',
'update' => 'Diweddaru nwydd traul',
);
?>
Did this file decode correctly?
Original Code
<?php
return array(
'checkout' => 'Nodi nwydd traul allan i defnyddiwr',
'consumable_name' => 'Enw nwydd traul',
'create' => 'Creu nwydd traul',
'item_no' => 'Rhif eitem.',
'remaining' => 'Yn weddill',
'total' => 'Cyfanswm',
'update' => 'Diweddaru nwydd traul',
);
Function Calls
None |
Stats
MD5 | ae3ed0040b6e034bfa019a75f2c82ba4 |
Eval Count | 0 |
Decode Time | 90 ms |