コード例 #1
0
ファイル: xapian.php プロジェクト: zhangjingpu/yaf-lib
 function add_matchspy($spy)
 {
     $this->_spies[] = $spy;
     Enquire_add_matchspy($this->_cPtr, $spy);
 }
コード例 #2
0
	function add_matchspy($spy) {
		Enquire_add_matchspy($this->_cPtr,$spy);
	}