Subversion Repositories php-qbpwcf

Rev

Rev 66 | Rev 166 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 66 Rev 165
Line 1960... Line 1960...
1960
		#設置執行成功
1960
		#設置執行成功
1961
		$result["status"]="true";
1961
		$result["status"]="true";
1962
							
1962
							
1963
		#回傳結果
1963
		#回傳結果
1964
		return $result;
1964
		return $result;
1965
				
1965
		
1966
		}#function findManyKeyWords end
1966
		}#function findManyKeyWords end
1967
		
1967
		
1968
	/*	
1968
	/*	
1969
	#函式說明:
1969
	#函式說明:
1970
	#檢查多個字串中的每個字串是否有多個關鍵字
1970
	#檢查多個字串中的每個字串是否有多個關鍵字
Line 1991... Line 1991...
1991
	#無.
1991
	#無.
1992
	#備註:
1992
	#備註:
1993
	#無.
1993
	#無.
1994
	*/
1994
	*/
1995
	public static function findManyKeyWordsFromManyString(&$conf){
1995
	public static function findManyKeyWordsFromManyString(&$conf){
1996
			
1996
		
1997
		#初始化要回傳的變數
1997
		#初始化要回傳的變數
1998
		$result=array();
1998
		$result=array();
1999
			
1999
		
2000
		#設置當前執行的函數
2000
		#設置當前執行的函數
2001
		$result["function"]=__FUNCTION__;	
2001
		$result["function"]=__FUNCTION__;
2002
		
2002
		
2003
		#如果 $conf 不為陣列
2003
		#如果 $conf 不為陣列
2004
		if(gettype($conf)!="array"){
2004
		if(gettype($conf)!="array"){
2005
			
2005
			
2006
			#設置執行失敗
2006
			#設置執行失敗