Home
last modified time | relevance | path

Searched refs:isnormal (Results 1 – 1 of 1) sorted by path

/plugin/authucenter/lib/uc_client/lib/
H A Dxml.class.php10 function xml_unserialize(&$xml, $isnormal = FALSE) { argument
11 $xml_parser = new XML($isnormal);
17 function xml_serialize($arr, $htmlon = FALSE, $isnormal = FALSE, $level = 1) { argument
24 …$s .= $space."<item id=\"$k\">\r\n".xml_serialize($v, $htmlon, $isnormal, $level + 1).$space."</it…
38 var $isnormal; variable in XML
42 function __construct($isnormal) { argument
43 $this->XML($isnormal);
46 function XML($isnormal) { argument
47 $this->isnormal = $isnormal;
68 if(!$this->isnormal) {