Searched refs:htmlon (Results 1 – 3 of 3) sorted by relevance
/plugin/authucenter/lib/uc_client/lib/ |
H A D | xml.class.php | 17 function xml_serialize($arr, $htmlon = FALSE, $isnormal = FALSE, $level = 1) { argument 22 …$s .= $space."<item id=\"$k\">".($htmlon ? '<![CDATA[' : '').$v.($htmlon ? ']]>' : '')."</item>\r\… 24 …$s .= $space."<item id=\"$k\">\r\n".xml_serialize($v, $htmlon, $isnormal, $level + 1).$space."</it…
|
/plugin/authucenter/lib/api/ |
H A D | uc.php | 74 function _serialize($arr, $htmlon = 0) { argument 78 return xml_serialize($arr, $htmlon); 344 function uc_serialize($arr, $htmlon = 0) { argument 346 return xml_serialize($arr, $htmlon);
|
/plugin/authucenter/lib/uc_client/ |
H A D | client.php | 156 function uc_serialize($arr, $htmlon = 0) { argument 158 return xml_serialize($arr, $htmlon); 621 …e($uids, $emails, $subject, $message, $frommail = '', $charset = 'gbk', $htmlon = FALSE, $level = … argument 622 …> $message, 'frommail' => $frommail, 'charset' => $charset, 'htmlon' => $htmlon, 'level' => $level…
|