PHP Manuál | ||
---|---|---|
Předcházející | Kapitola 25. PEAR Coding Standards | Další |
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.
Předcházející | Domů | Další |
Including Code | Nahoru | Header Comment Blocks |