Answers for "how to add comments php"

PHP
3

php proper function comments

/**
 * This function compiles a message that tells you how great coffee is
 *
 * @param string  $compliment A nice word to describe coffee 
 * @param integer $score      A score out of 10
 */
Posted by: Guest on April-06-2020
0

comment in php

<h1>This is an <?php # echo 'simple';?> example</h1>
<p>The header above will say 'This is an  example'.</p>
Posted by: Guest on October-17-2020

Browse Popular Code Answers by Language