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 array( 'created' => 'Skapad', 'size' => 'Storlek', ); ..

Decoded Output download

<?php

return array(
    'created'   => 'Skapad',
    'size' => 'Storlek',
);
 ?>

Did this file decode correctly?

Original Code

<?php

return array(
    'created'   => 'Skapad',
    'size' => 'Storlek',
);

Function Calls

None

Variables

None

Stats

MD5 98e14dbbae6d59437d6c59e50b73b5e3
Eval Count 0
Decode Time 67 ms