multiple commenter php code example
Example: multiple comments in php
<?php
/*
This is a multiple-lines comment block
that spans over multiple
lines
*/
?>
<?php
/*
This is a multiple-lines comment block
that spans over multiple
lines
*/
?>