Subversion Repositories php-qbpwcf

Rev

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

Rev 190 Rev 196
Line 1338... Line 1338...
1338
	#$result["pass"],字串,"true"代表通過多層if判斷;反之為"false".
1338
	#$result["pass"],字串,"true"代表通過多層if判斷;反之為"false".
1339
	#必填參數:
1339
	#必填參數:
1340
	#$conf["get_defined_vars"],陣列,所有已經定義的變數.
1340
	#$conf["get_defined_vars"],陣列,所有已經定義的變數.
1341
	$conf["controlStructures::nestedIf"]["get_defined_vars"]=get_defined_vars();
1341
	$conf["controlStructures::nestedIf"]["get_defined_vars"]=get_defined_vars();
1342
	#$conf["varToControlLeft"],變數陣列,依照順序每層要做判斷的變數.
1342
	#$conf["varToControlLeft"],變數陣列,依照順序每層要做判斷的變數.
1343
	$conf["controlStructures::nestedIf"]["varToControlLeft"]=array("lineCount","callShell[\"output\"]");
1343
	$conf["controlStructures::nestedIf"]["varToControlLeft"]=array("lineCount",array("callShell","output",0));
1344
	#$conf["conditions"],字串陣列,依照順序每層變數判斷的條件,例如">","<",">=","<=","!=","==","<==","!==","===".
1344
	#$conf["conditions"],字串陣列,依照順序每層變數判斷的條件,例如">","<",">=","<=","!=","==","<==","!==","===".
1345
	$conf["controlStructures::nestedIf"]["conditions"]=array("===","!==");
1345
	$conf["controlStructures::nestedIf"]["conditions"]=array("===","!==");
1346
	#$conf["varToControlRight"],變數陣列,依照順序每層變數判斷期望的結果.
1346
	#$conf["varToControlRight"],變數陣列,依照順序每層變數判斷期望的結果.
1347
	$conf["controlStructures::nestedIf"]["varToControlRight"]=array(1,"-- No entries --");
1347
	$conf["controlStructures::nestedIf"]["varToControlRight"]=array(1,"-- No entries --");
1348
	#可省略參數:
1348
	#可省略參數:
Line 1553... Line 1553...
1553
	#$result["pass"],字串,"true"代表通過多層if判斷;反之為"false".
1553
	#$result["pass"],字串,"true"代表通過多層if判斷;反之為"false".
1554
	#必填參數:
1554
	#必填參數:
1555
	#$conf["get_defined_vars"],陣列,所有已經定義的變數.
1555
	#$conf["get_defined_vars"],陣列,所有已經定義的變數.
1556
	$conf["controlStructures::nestedIf"]["get_defined_vars"]=get_defined_vars();
1556
	$conf["controlStructures::nestedIf"]["get_defined_vars"]=get_defined_vars();
1557
	#$conf["varToControlLeft"],變數陣列,依照順序每層要做判斷的變數.
1557
	#$conf["varToControlLeft"],變數陣列,依照順序每層要做判斷的變數.
1558
	$conf["controlStructures::nestedIf"]["varToControlLeft"]=array("lineCount","callShell[\"output\"]");
1558
	$conf["controlStructures::nestedIf"]["varToControlLeft"]=array("lineCount",array("callShell","output",0));
1559
	#$conf["conditions"],字串陣列,依照順序每層變數判斷的條件,例如">","<",">=","<=","!=","==","<==","!==","===".
1559
	#$conf["conditions"],字串陣列,依照順序每層變數判斷的條件,例如">","<",">=","<=","!=","==","<==","!==","===".
1560
	$conf["controlStructures::nestedIf"]["conditions"]=array("===","!==");
1560
	$conf["controlStructures::nestedIf"]["conditions"]=array("===","!==");
1561
	#$conf["varToControlRight"],變數陣列,依照順序每層變數判斷期望的結果.
1561
	#$conf["varToControlRight"],變數陣列,依照順序每層變數判斷期望的結果.
1562
	$conf["controlStructures::nestedIf"]["varToControlRight"]=array(1,"-- No entries --");
1562
	$conf["controlStructures::nestedIf"]["varToControlRight"]=array(1,"-- No entries --");
1563
	#可省略參數:
1563
	#可省略參數:
Line 1766... Line 1766...
1766
	#$result["pass"],字串,"true"代表通過多層if判斷;反之為"false".
1766
	#$result["pass"],字串,"true"代表通過多層if判斷;反之為"false".
1767
	#必填參數:
1767
	#必填參數:
1768
	#$conf["get_defined_vars"],陣列,所有已經定義的變數.
1768
	#$conf["get_defined_vars"],陣列,所有已經定義的變數.
1769
	$conf["controlStructures::nestedIf"]["get_defined_vars"]=get_defined_vars();
1769
	$conf["controlStructures::nestedIf"]["get_defined_vars"]=get_defined_vars();
1770
	#$conf["varToControlLeft"],變數陣列,依照順序每層要做判斷的變數.
1770
	#$conf["varToControlLeft"],變數陣列,依照順序每層要做判斷的變數.
1771
	$conf["controlStructures::nestedIf"]["varToControlLeft"]=array("lineCount","callShell[\"output\"]");
1771
	$conf["controlStructures::nestedIf"]["varToControlLeft"]=array("lineCount",array("callShell","output",0));
1772
	#$conf["conditions"],字串陣列,依照順序每層變數判斷的條件,例如">","<",">=","<=","!=","==","<==","!==","===".
1772
	#$conf["conditions"],字串陣列,依照順序每層變數判斷的條件,例如">","<",">=","<=","!=","==","<==","!==","===".
1773
	$conf["controlStructures::nestedIf"]["conditions"]=array("===","!==");
1773
	$conf["controlStructures::nestedIf"]["conditions"]=array("===","!==");
1774
	#$conf["varToControlRight"],變數陣列,依照順序每層變數判斷期望的結果.
1774
	#$conf["varToControlRight"],變數陣列,依照順序每層變數判斷期望的結果.
1775
	$conf["controlStructures::nestedIf"]["varToControlRight"]=array(1,"-- No entries --");
1775
	$conf["controlStructures::nestedIf"]["varToControlRight"]=array(1,"-- No entries --");
1776
	#可省略參數:
1776
	#可省略參數:
Line 1982... Line 1982...
1982
	#$result["pass"],字串,"true"代表通過多層if判斷;反之為"false".
1982
	#$result["pass"],字串,"true"代表通過多層if判斷;反之為"false".
1983
	#必填參數:
1983
	#必填參數:
1984
	#$conf["get_defined_vars"],陣列,所有已經定義的變數.
1984
	#$conf["get_defined_vars"],陣列,所有已經定義的變數.
1985
	$conf["controlStructures::nestedIf"]["get_defined_vars"]=get_defined_vars();
1985
	$conf["controlStructures::nestedIf"]["get_defined_vars"]=get_defined_vars();
1986
	#$conf["varToControlLeft"],變數陣列,依照順序每層要做判斷的變數.
1986
	#$conf["varToControlLeft"],變數陣列,依照順序每層要做判斷的變數.
1987
	$conf["controlStructures::nestedIf"]["varToControlLeft"]=array("lineCount",array("callShell","output"));
1987
	$conf["controlStructures::nestedIf"]["varToControlLeft"]=array("lineCount",array("callShell","output",0));
1988
	#$conf["conditions"],字串陣列,依照順序每層變數判斷的條件,例如">","<",">=","<=","!=","==","<==","!==","===".
1988
	#$conf["conditions"],字串陣列,依照順序每層變數判斷的條件,例如">","<",">=","<=","!=","==","<==","!==","===".
1989
	$conf["controlStructures::nestedIf"]["conditions"]=array("===","!==");
1989
	$conf["controlStructures::nestedIf"]["conditions"]=array("===","!==");
1990
	#$conf["varToControlRight"],變數陣列,依照順序每層變數判斷期望的結果.
1990
	#$conf["varToControlRight"],變數陣列,依照順序每層變數判斷期望的結果.
1991
	$conf["controlStructures::nestedIf"]["varToControlRight"]=array(1,"-- No entries --");
1991
	$conf["controlStructures::nestedIf"]["varToControlRight"]=array(1,"-- No entries --");
1992
	#可省略參數:
1992
	#可省略參數: