Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

php comment

// This is a single-line comment

# This is also a single-line comment

/*
This is a multiple-lines comment block
that spans over multiple
lines
*/
 
PREVIOUS NEXT
Tagged: #php #comment
ADD COMMENT
Topic
Name
3+8 =