Больше
PHP Shorthand if Statements
Short Hand If
To write shorter code, you can write if statements on one line....
PHP foreach Loop
The foreach loop - Loops through a block of code for each element in an array or each...
PHP - Escape Characters
Escape Character
To insert characters that are illegal in a string, use an escape character.
An...
PHP $GLOBALS
$GLOBALS is an array that contains all global variables.
Global Variables
Global...
PHP while Loop
The while loop - Loops through a block of code as long as the specified condition is...