PHP Multiline Comments
Multi-line Comments Multi-line comments start with /* and end with */. Any text between /* and */ will be ignored. The following example uses a multi-line comment as an explanation: ExampleGet your own PHP Server Multi-line comment as an explanation: /* The next statement will print a welcome message */ echo "Welcome Home!"; Try it Yourself...
0 Kommentare 0 Anteile 2KB Ansichten 0 Vorschau
Gesponsert