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' => 'Loodud', 'size' => 'Size', ); ..

Decoded Output download

<?php

return array(
    'created'   => 'Loodud',
    'size' => 'Size',
);
 ?>

Did this file decode correctly?

Original Code

<?php

return array(
    'created'   => 'Loodud',
    'size' => 'Size',
);

Function Calls

None

Variables

None

Stats

MD5 80b58bacc462745b29748c19482a55d2
Eval Count 0
Decode Time 93 ms