PEAR-Handbuch | ||
---|---|---|
Zurück | Kapitel 4. Coding Standards | Nach vorne |
Always use <?php ?> to delimit PHP code, not the <? ?> shorthand. This is required for PEAR compliance and is also the most portable way to include PHP code on differing operating systems and setups.
Zurück | Zum Anfang | Nach vorne |
Including Code | Nach oben | Header Comment Blocks |