Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

comments in php

//For a single line comment use //:
//this is a comment too
//for multi-line comments use /* and */:
/* <--start of multi-line comment
this is a comment

this is a comment too (end of multi-line comment)-->*/
Source by www.php.net #
 
PREVIOUS NEXT
Tagged: #comments #php
ADD COMMENT
Topic
Name
4+2 =