示例#1
0
文件: solr.php 项目: Borvik/Munla
 public function phrase($value)
 {
     return sprintf('"%s"', get::escaped_str($value, array('"')));
 }