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 [ 'id' => 'ID', 'months' => 'Luni', 'term' => 'Perioad..
Decoded Output download
<?php
return [
'id' => 'ID',
'months' => 'Luni',
'term' => 'Perioada',
'title' => 'Nume ',
'depreciation_min' => 'Valoare etaj',
];
?>
Did this file decode correctly?
Original Code
<?php
return [
'id' => 'ID',
'months' => 'Luni',
'term' => 'Perioada',
'title' => 'Nume ',
'depreciation_min' => 'Valoare etaj',
];
Function Calls
None |
Stats
MD5 | f1e7f736d472af6e9c1ad9e298581ddf |
Eval Count | 0 |
Decode Time | 102 ms |