Home
last modified time | relevance | path

Searched refs:xml_serialize (Results 1 – 3 of 3) sorted by relevance

/plugin/authucenter/lib/uc_client/lib/
H A Dxml.class.php17 function xml_serialize($arr, $htmlon = FALSE, $isnormal = FALSE, $level = 1) { function
24 …$s .= $space."<item id=\"$k\">\r\n".xml_serialize($v, $htmlon, $isnormal, $level + 1).$space."</it…
/plugin/authucenter/lib/api/
H A Duc.php78 return xml_serialize($arr, $htmlon);
346 return xml_serialize($arr, $htmlon);
/plugin/authucenter/lib/uc_client/
H A Dclient.php158 return xml_serialize($arr, $htmlon);