Home
last modified time | relevance | path

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

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