Leia Mais
PHP Continue
The continue statement can be used to jump out of the current iteration of a loop, and...
PHP - Escape Characters
Escape Character
To insert characters that are illegal in a string, use an escape character.
An...
PHP Nested if Statement
Nested If
You can have if statements inside if statements, this is...
PHP Break
The break statement can be used to jump out of different kind of loops.
Break in For...
PHP Magic Constants
PHP Predefined Constants
PHP has nine predefined constants that change value depending on where...