Home
last modified time | relevance | path

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

/plugin/authucenter/lib/uc_client/
H A Dclient.php161 function uc_unserialize($s) { function
306 return UC_CONNECT == 'mysql' ? $return : uc_unserialize($return);
335 return UC_CONNECT == 'mysql' ? $return : uc_unserialize($return);
352 return UC_CONNECT == 'mysql' ? $return : uc_unserialize($return);
362 return UC_CONNECT == 'mysql' ? $return : uc_unserialize($return);
418 return UC_CONNECT == 'mysql' ? $return : uc_unserialize($return);
423 return UC_CONNECT == 'mysql' ? $return : uc_unserialize($return);
496 return UC_CONNECT == 'mysql' ? $return : uc_unserialize($return);
511 return UC_CONNECT == 'mysql' ? $return : uc_unserialize($return);
526 return UC_CONNECT == 'mysql' ? $return : uc_unserialize($return);
[all …]
/plugin/authucenter/lib/uc_client/model/
H A Dbase.php225 return uc_unserialize($s);
/plugin/authucenter/lib/api/
H A Duc.php349 function uc_unserialize($s) { function