PHP: Comment

Web Development

PHP: Comment

Comment รูปแบบต่างๆ ในภาษา PHP

มากกว่า 1 ปีที่ผ่านมา

1 min read

<?php
 
//======================================================================
// CATEGORY LARGE FONT
//======================================================================
 
//-----------------------------------------------------
// Sub-Category Smaller Font
//-----------------------------------------------------
 
/* Title Here Notice the First Letters are Capitalized */
 
# Option 1
# Option 2
# Option 3
 
/*
 * This is a detailed explanation
 * of something that should require
 * several paragraphs of information.
 */
 
// This is a single line quote.
 
 
/*
|---------------------------------------------------------------
| This is a multi-line quote.
|---------------------------------------------------------------
*/
 
?>

Tags:

PHP