Closes #251: Conditional arguments or Conditional statements

This commit is contained in:
Phil Sturgeon
2013-04-12 12:17:27 -04:00
parent 04ae71568b
commit 4be17cec52

View File

@@ -36,7 +36,7 @@ if (strpos('testing', 'test') !== false) { // true, as strict comparison was
* [Comparison operators](http://php.net/manual/en/language.operators.comparison.php) * [Comparison operators](http://php.net/manual/en/language.operators.comparison.php)
* [Comparison table](http://php.net/manual/en/types.comparisons.php) * [Comparison table](http://php.net/manual/en/types.comparisons.php)
## Conditional arguments ## Conditional statements
### If statements ### If statements