X7ROOT File Manager
Current Path:
/usr/local/lsws/admin/html.6.3.2/classes
usr
/
local
/
lsws
/
admin
/
html.6.3.2
/
classes
/
📁
..
📄
CValidation.php
(26.65 KB)
📄
ConfData.php
(860 B)
📄
ConfigFile.php
(13.87 KB)
📄
ConfigFileEx.php
(4.68 KB)
📄
CustStatusCode.php
(2.19 KB)
📄
DATTR_HELP.php
(773 B)
📄
DATTR_HELP_ITEM.php
(2.53 KB)
📄
DAttrBase.php
(12.42 KB)
📄
DFileSect.php
(582 B)
📄
DPage.php
(3.75 KB)
📄
DTbl.php
(17.52 KB)
📄
DUtil.php
(4.22 KB)
📄
DispInfo.php
(4.36 KB)
📄
GUIBase.php
(3.25 KB)
📄
PathTool.php
(3.02 KB)
📄
XmlTreeBuilder.php
(3.27 KB)
📄
blowfish.php
(25.68 KB)
📄
jCryption.php
(15.92 KB)
📁
ws
Editing: DFileSect.php
<?php class DFileSect { private $_tids; private $_layerId; private $_dataLoc; private $_holderIndex; public function __construct($tids, $layerId=NULL, $dataLoc=NULL, $holderIndex=NULL) { $this->_tids = $tids; $this->_layerId = $layerId; $this->_dataLoc = $dataLoc; $this->_holderIndex = $holderIndex; } public function GetTids() { return $this->_tids; } public function GetLayerId() { return $this->_layerId; } public function GetDataLoc() { return $this->_dataLoc; } public function GetHolderIndex() { return $this->_holderIndex; } }
Upload File
Create Folder