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( 'dl_csv' => 'CSV olarak indir', 'eula_text' => 'So..
Decoded Output download
<?php
return array(
'dl_csv' => 'CSV olarak indir',
'eula_text' => 'Son Kullanc Lisans Szlemesi',
'id' => 'ID',
'require_acceptance' => 'Onaylama',
'title' => 'Aksesuar Ad',
);
?>
Did this file decode correctly?
Original Code
<?php
return array(
'dl_csv' => 'CSV olarak indir',
'eula_text' => 'Son Kullanc Lisans Szlemesi',
'id' => 'ID',
'require_acceptance' => 'Onaylama',
'title' => 'Aksesuar Ad',
);
Function Calls
None |
Stats
MD5 | e7eb4736a53125e67361d7fc28ae132c |
Eval Count | 0 |
Decode Time | 100 ms |