mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-21 12:52:01 +02:00
Closes #251: Conditional arguments or Conditional statements
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user