Home
last modified time | relevance | path

Searched refs:xml_unserialize (Results 1 – 5 of 5) sorted by relevance

/plugin/authucenter/lib/uc_client/model/
Dnote.php126 $note['postdata'] = xml_unserialize($note['postdata']);
136 $returnsucceed = $response != '' && ($response == 1 || is_array(xml_unserialize($response)));
Dtag.php39 $data = xml_unserialize($data);
/plugin/authucenter/lib/api/
Duc.php54 $post = xml_unserialize(file_get_contents('php://input'));
351 return xml_unserialize($s);
/plugin/authucenter/lib/uc_client/lib/
Dxml.class.php10 function xml_unserialize(&$xml, $isnormal = FALSE) { function
/plugin/authucenter/lib/uc_client/
Dclient.php163 return xml_unserialize($s);