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 : yid..

Decoded Output download

<?php
//============================================================+
// File name   : yid.php
// Begin       : 2004-03-03
// Last Update : 2010-10-26
//
// Description : Language module for TCPDF
//               (contains translated texts)
//               Welsh
//
// Author: Nicola Asuni
//
// (c) Copyright:
//               Nicola Asuni
//               Tecnick.com LTD
//               www.tecnick.com
//               [email protected]
//============================================================+

/**
 * TCPDF language file (contains translated texts).
 * @package com.tecnick.tcpdf
 * @brief TCPDF language file: Welsh
 * @author Nicola Asuni
 * @since 2004-03-03
 */

// Welsh

global $l;
$l = Array();

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

$l['a_meta_charset'] = 'UTF-8';
$l['a_meta_dir'] = 'rtl';
$l['a_meta_language'] = 'yi';

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

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

Did this file decode correctly?

Original Code

<?php
//============================================================+
// File name   : yid.php
// Begin       : 2004-03-03
// Last Update : 2010-10-26
//
// Description : Language module for TCPDF
//               (contains translated texts)
//               Welsh
//
// Author: Nicola Asuni
//
// (c) Copyright:
//               Nicola Asuni
//               Tecnick.com LTD
//               www.tecnick.com
//               [email protected]
//============================================================+

/**
 * TCPDF language file (contains translated texts).
 * @package com.tecnick.tcpdf
 * @brief TCPDF language file: Welsh
 * @author Nicola Asuni
 * @since 2004-03-03
 */

// Welsh

global $l;
$l = Array();

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

$l['a_meta_charset'] = 'UTF-8';
$l['a_meta_dir'] = 'rtl';
$l['a_meta_language'] = 'yi';

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

//============================================================+
// END OF FILE
//============================================================+

Function Calls

None

Variables

$l [{'key': 'a_meta_charset', 'value': 'UTF-8'}, {'key': 'a_meta_dir', 'value': 'rtl'}, {'key': 'a_meta_language', 'value': 'yi'}, {'key': 'w_page', 'value': 'זייַט'}]

Stats

MD5 96e8804710992851ad6753d76d1383c9
Eval Count 0
Decode Time 67 ms