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 /* @author dhtmlx.com @license GPL, see license.txt */ class FileTreeDataItem ext..

Decoded Output download

<?php
/*
	@author dhtmlx.com
	@license GPL, see license.txt
*/

class FileTreeDataItem extends TreeDataItem {

	function has_kids(){
		if ($this->data['is_folder'] == '1') {
			return true;
		} else {
			return false;
		}
	}

}

?>

Did this file decode correctly?

Original Code

<?php
/*
	@author dhtmlx.com
	@license GPL, see license.txt
*/

class FileTreeDataItem extends TreeDataItem {

	function has_kids(){
		if ($this->data['is_folder'] == '1') {
			return true;
		} else {
			return false;
		}
	}

}

?>

Function Calls

None

Variables

None

Stats

MD5 50eb0d52377e11704daad8b8a779bb7d
Eval Count 0
Decode Time 104 ms