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' => 'Kreiran', 'size' => 'Veliina', ); ..

Decoded Output download

<?php

return array(
    'created'   => 'Kreiran',
    'size' => 'Veliina',
);
 ?>

Did this file decode correctly?

Original Code

<?php

return array(
    'created'   => 'Kreiran',
    'size' => 'Veliina',
);

Function Calls

None

Variables

None

Stats

MD5 b705fb3a3e57931e2de0e85a6b9079f2
Eval Count 0
Decode Time 97 ms