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( 'actions' => 'Tegevused', 'action' => 'T..

Decoded Output download

<?php

return array(

    'actions'	 	        => 'Tegevused',
    'action' 		        => 'Tegevus',
    'by'      		        => 'Kes',
    'item' 			        => 'Kirje',
    'no_matching_records'   => 'No matching records found',

);
 ?>

Did this file decode correctly?

Original Code

<?php

return array(

    'actions'	 	        => 'Tegevused',
    'action' 		        => 'Tegevus',
    'by'      		        => 'Kes',
    'item' 			        => 'Kirje',
    'no_matching_records'   => 'No matching records found',

);

Function Calls

None

Variables

None

Stats

MD5 46f2fff3a249aeb94321c6e7a5d0054d
Eval Count 0
Decode Time 105 ms