Lecture
PHP conditional statements:
Cycles:
Selection designs:
Ad constructions:
Return value constructs:
Inclusion Constructions:
Additionally:
|
Any PHP script is formed from a number constructions . Constructions can be operators, functions, cycles, conditional operators, even constructions that do nothing (empty constructions). Constructions usually end with a semicolon. In addition, structures can be grouped into a group, forming a group of structures with curved braces {...} . A group of structures is also a separate structure. PHP language constructs are similar to those in the C language.
In PHP, there are six basic groups of control constructs.
Comments
To leave a comment
Running server side scripts using PHP as an example (LAMP)
Terms: Running server side scripts using PHP as an example (LAMP)