Searched refs:ret_str (Results 1 – 3 of 3) sorted by relevance
107 $ret_str = "";112 $ret_str .= $QSTATS_COUNTRY_CODES[$key]. '::' . $eval."\n";116 if(!$ret_str) return "";117 return rawurlencode(trim($ret_str,"\n"));
40 $ret_str = implode('::',$qs_agents); variable41 echo rawurlencode(rtrim($ret_str,':'));
1302 $ret_str = " " . trim($matches[3]) . " " . trim($matches[2]) . " " . trim($matches[1]) ;1303 return $ret_str;