/* ........... .............. .............. */
/* 
for multiple-line comment
this is also a comment block 
and this one too 
*/
// and #
// this is for Single line comment
# also For a single-line comment 
/*... */
 # - /*... */ For inline comment
     $sum = 9 /* maybe + 16 */ + 17;
     echo $sum;
by Mariam Gelkhauri
2 years ago
PHP
PHP
Comment Types
PHP comments
PHP official doc
0
Pro tip: use ```triple backticks around text``` to write in code fences