コード例 #1
0
ファイル: xapian.php プロジェクト: zhangjingpu/yaf-lib
 function get_value($slot)
 {
     return Document_get_value($this->_cPtr, $slot);
 }
コード例 #2
0
ファイル: xapian.php プロジェクト: BillTheBest/1.6.x
 function get_value($valueno)
 {
     return Document_get_value($this->_cPtr, $valueno);
 }