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' => 'Luontiaika', 'size' => 'Koko', ); ..

Decoded Output download

<?php

return array(
    'created'   => 'Luontiaika',
    'size' => 'Koko',
);
 ?>

Did this file decode correctly?

Original Code

<?php

return array(
    'created'   => 'Luontiaika',
    'size' => 'Koko',
);

Function Calls

None

Variables

None

Stats

MD5 8c8313745c76e5f229f0e590f52059c1
Eval Count 0
Decode Time 79 ms