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( 'companies' => 'Firme', 'create' => 'Kreiraj firmu', 'e..
Decoded Output download
<?php
return array(
'companies' => 'Firme',
'create' => 'Kreiraj firmu',
'email' => 'Adresa e-pote kompanije',
'title' => 'Firma',
'phone' => 'Telefon kompanije',
'update' => 'Auriraj firmu',
'name' => 'Nayiv firme',
'id' => 'ID',
);
?>
Did this file decode correctly?
Original Code
<?php
return array(
'companies' => 'Firme',
'create' => 'Kreiraj firmu',
'email' => 'Adresa e-pote kompanije',
'title' => 'Firma',
'phone' => 'Telefon kompanije',
'update' => 'Auriraj firmu',
'name' => 'Nayiv firme',
'id' => 'ID',
);
Function Calls
None |
Stats
MD5 | 4445687df3062e35e55c2975d1bd6f12 |
Eval Count | 0 |
Decode Time | 121 ms |