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' => [ 'copied' => 'Kopyaland', ], ]; ..

Decoded Output download

<?php

return [

    'messages' => [
        'copied' => 'Kopyaland',
    ],

];
 ?>

Did this file decode correctly?

Original Code

<?php

return [

    'messages' => [
        'copied' => 'Kopyaland',
    ],

];

Function Calls

None

Variables

None

Stats

MD5 bbffe4f25b945db88530300579bc0eb8
Eval Count 0
Decode Time 94 ms