Combine three types of comment signs : Comments : Language Basics PHP Source Code


PHP Source Code » Language Basics » Comments »

 

Combine three types of comment signs




<?
// This is a simple PHP comment.
/* This is a C-style, multiline comment. You can make this as
long as you'd like. */
# Used to shells? Use this kind of comment.
?>

           
       



HTML code for linking to this page:

    PHP Function Reference -> Users Code Examples / Notes - > Comments:
  • Comments
Follow Navioo On Twitter

PHP Source Code

 Navioo Language Basics
» Comments