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 [ 'Names' => [ 'MGA' => [ 'Ar', 'Malagas..
Decoded Output download
<?php
return [
'Names' => [
'MGA' => [
'Ar',
'Malagasy Ariary',
],
],
];
?>
Did this file decode correctly?
Original Code
<?php
return [
'Names' => [
'MGA' => [
'Ar',
'Malagasy Ariary',
],
],
];
Function Calls
None |
Stats
MD5 | 66c431bfc6af6150154956a8a33f3d87 |
Eval Count | 0 |
Decode Time | 104 ms |