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( 'dl_csv' => 'CSV ', 'eula_text' => ' ', 'id' ..

Decoded Output download

<?php

return array(
	'dl_csv'      				=> 'CSV ',
	'eula_text'      			=> ' ',
    'id'      					=> '',
    'require_acceptance'      	=> '',
    'title'      				=> ' ',


);
 ?>

Did this file decode correctly?

Original Code

<?php

return array(
	'dl_csv'      				=> 'CSV ',
	'eula_text'      			=> ' ',
    'id'      					=> '',
    'require_acceptance'      	=> '',
    'title'      				=> ' ',


);

Function Calls

None

Variables

None

Stats

MD5 b63574355f39cf33b22f4b4de04602dc
Eval Count 0
Decode Time 94 ms