PHP Shorthand if Statements
Short Hand If To write shorter code, you can write if statements on one line. ExampleGet your own PHP Server One-line if statement: $a = 5; if ($a < 10) $b = "Hello"; echo $b Try it Yourself » Short Hand If...Else if...else statements can also be written in one line, but the syntax is a bit different. Example...
0 Commentarii 0 Distribuiri 3K Views 0 previzualizare
Sponsor