Subversion Repositories php-qbpwcf

Rev

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

Rev 32 Rev 182
Line 1583... Line 1583...
1583
 
1583
 
1584
			#設置執行錯誤訊息
1584
			#設置執行錯誤訊息
1585
			$result["error"][]="\$conf變數須為陣列形態";
1585
			$result["error"][]="\$conf變數須為陣列形態";
1586
 
1586
 
1587
			#如果傳入的參數為 null
1587
			#如果傳入的參數為 null
1588
			if($conf==null){
1588
			if($conf===null){
1589
 
1589
 
1590
				#設置執行錯誤訊息
1590
				#設置執行錯誤訊息
1591
				$result["error"][]="\$conf變數不得為null,請檢查函數「".$result["function"]."」的參數設置有無正確!";
1591
				$result["error"][]="\$conf變數不得為null,請檢查函數「".$result["function"]."」的參數設置有無正確!";
1592
 
1592
 
1593
				}#if end
1593
				}#if end