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 //============================================================+ // File name : ita..

Decoded Output download

<?php
//============================================================+
// File name   : ita.php
// Begin       : 2004-03-03
// Last Update : 2010-02-17
// 
// Description : Language module for TCPDF
//               (contains translated texts)
// 
// Author: Nicola Asuni
// 
// (c) Copyright:
//               Nicola Asuni
//               Tecnick.com s.r.l.
//               Via Della Pace, 11
//               09044 Quartucciu (CA)
//               ITALY
//               www.tecnick.com
//               [email protected]
//============================================================+

/**
 * TCPDF language file (contains translated texts).
 * @package com.tecnick.tcpdf
 * @abstract TCPDF language file.
 * @author Nicola Asuni
 * @copyright 2004-2009 Nicola Asuni - Tecnick.com S.r.l (www.tecnick.com) Via Della Pace, 11 - 09044 - Quartucciu (CA) - ITALY - www.tecnick.com - [email protected]
 * @link http://tcpdf.sourceforge.net
 * @license http://www.gnu.org/copyleft/lesser.html LGPL
 * @since 2004-03-03
 */
 
// ENGLISH

global $l;
$l = Array();

// PAGE META DESCRIPTORS --------------------------------------

$l['a_meta_charset'] = 'UTF-8';
$l['a_meta_dir'] = 'ltr';
$l['a_meta_language'] = 'it';

// TRANSLATIONS --------------------------------------
$l['w_page'] = 'pagina';

//============================================================+
// END OF FILE                                                 
//============================================================+
?>

Did this file decode correctly?

Original Code

<?php
//============================================================+
// File name   : ita.php
// Begin       : 2004-03-03
// Last Update : 2010-02-17
// 
// Description : Language module for TCPDF
//               (contains translated texts)
// 
// Author: Nicola Asuni
// 
// (c) Copyright:
//               Nicola Asuni
//               Tecnick.com s.r.l.
//               Via Della Pace, 11
//               09044 Quartucciu (CA)
//               ITALY
//               www.tecnick.com
//               [email protected]
//============================================================+

/**
 * TCPDF language file (contains translated texts).
 * @package com.tecnick.tcpdf
 * @abstract TCPDF language file.
 * @author Nicola Asuni
 * @copyright 2004-2009 Nicola Asuni - Tecnick.com S.r.l (www.tecnick.com) Via Della Pace, 11 - 09044 - Quartucciu (CA) - ITALY - www.tecnick.com - [email protected]
 * @link http://tcpdf.sourceforge.net
 * @license http://www.gnu.org/copyleft/lesser.html LGPL
 * @since 2004-03-03
 */
 
// ENGLISH

global $l;
$l = Array();

// PAGE META DESCRIPTORS --------------------------------------

$l['a_meta_charset'] = 'UTF-8';
$l['a_meta_dir'] = 'ltr';
$l['a_meta_language'] = 'it';

// TRANSLATIONS --------------------------------------
$l['w_page'] = 'pagina';

//============================================================+
// END OF FILE                                                 
//============================================================+
?>

Function Calls

None

Variables

$l [{'key': 'a_meta_charset', 'value': 'UTF-8'}, {'key': 'a_meta_dir', 'value': 'ltr'}, {'key': 'a_meta_language', 'value': 'it'}, {'key': 'w_page', 'value': 'pagina'}]

Stats

MD5 8243a90d705d900d1231a6f63fa83fbf
Eval Count 0
Decode Time 106 ms