|
|
|
Examples:
<?php ... # This is a comment ... ?> |
<?php
...
// This is a comment
...
/* ---------------------------
This is also a comment
--------------------------- */
?>
|
include 'filename'; |
Effect:
|
|