Leia Mais
PHP Array Functions
PHP Array Functions
PHP has a set of built-in functions that you can use on arrays....
PHP - Modify Strings
PHP has a set of built-in functions that you can use to modify strings.
Upper Case...
PHP Magic Constants
PHP Predefined Constants
PHP has nine predefined constants that change value depending on where...
PHP if...else Statements
PHP - The if...else Statement
The if...else statement executes some code if a...
PHP Shorthand if Statements
Short Hand If
To write shorter code, you can write if statements on one line....