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' => [ 'cv' => 'tsjuvansk', 'gv' => 'manx', ..
Decoded Output download
<?php
return [
'Names' => [
'cv' => 'tsjuvansk',
'gv' => 'manx',
'kl' => 'grnlandsk [kalaallisut]',
'mg' => 'madagassisk',
'ne' => 'nepalsk',
'sc' => 'sardinsk',
],
];
?>
Did this file decode correctly?
Original Code
<?php
return [
'Names' => [
'cv' => 'tsjuvansk',
'gv' => 'manx',
'kl' => 'grnlandsk [kalaallisut]',
'mg' => 'madagassisk',
'ne' => 'nepalsk',
'sc' => 'sardinsk',
],
];
Function Calls
None |
Stats
MD5 | e73d7cb5d74e903c65ba03a307484d79 |
Eval Count | 0 |
Decode Time | 94 ms |