Quickstart¶
- Installation
- Configuration
- Testing
- Contributing
- Coding Style Guide
- 1.1. Example
- 2.1. Basic Coding Standard
- 2.2. Files
- 2.3. Lines
- 2.4. Indenting
- 2.5. Keywords and True/False/Null
- 4.1. Extends and Implements
- 4.2. Properties
- 4.3. Methods
- 4.4. Method Arguments
- 4.5.
abstract,final, andstatic - 4.6. Method and Function Calls
- 5.1.
if,elseif,else - 5.2.
switch,case - 5.3.
while,do while - 5.4.
for - 5.5.
foreach - 5.6.
try,catch