Searched refs:uc_addslashes (Results 1 – 3 of 3) sorted by relevance
/plugin/authucenter/lib/uc_client/ |
H A D | client.php | 25 function uc_addslashes($string, $force = 0, $strip = FALSE) { function 30 $string[$key] = uc_addslashes($val, $force, $strip); 41 return uc_addslashes($string, $force); 147 $args = uc_addslashes($args, 1, TRUE);
|
/plugin/authucenter/lib/uc_client/model/ |
H A D | user.php | 208 $usernamesarr = uc_addslashes($usernamesarr, 1, TRUE);
|
/plugin/authucenter/ |
H A D | auth.php | 496 $args = uc_addslashes(array('username' => $username, 'isuid' => $isuid), 1, TRUE);
|