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( 'title' => 'Nome do componente', ); ..

Decoded Output download

<?php

return array(
    'title'      				=> 'Nome do componente',
);
 ?>

Did this file decode correctly?

Original Code

<?php

return array(
    'title'      				=> 'Nome do componente',
);

Function Calls

None

Variables

None

Stats

MD5 d8a7c51598d124443e59ebfe48feb48e
Eval Count 0
Decode Time 82 ms