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' => 'Skopiowano', ], ]; ..

Decoded Output download

<?php

return [

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

];
 ?>

Did this file decode correctly?

Original Code

<?php

return [

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

];

Function Calls

None

Variables

None

Stats

MD5 cda82e52b11b42345e0b9d0ea69f8d32
Eval Count 0
Decode Time 85 ms