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 [ 'messages' => [ 'uploading_file' => 'Dosya ykleniyor...', ..
Decoded Output download
<?php
return [
'messages' => [
'uploading_file' => 'Dosya ykleniyor...',
],
];
?>
Did this file decode correctly?
Original Code
<?php
return [
'messages' => [
'uploading_file' => 'Dosya ykleniyor...',
],
];
Function Calls
None |
Stats
MD5 | 90b66fb36bc2fff72f809e3deda15a3d |
Eval Count | 0 |
Decode Time | 94 ms |