Skip to content

Instantly share code, notes, and snippets.

@flaviors200
Created May 14, 2019 21:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save flaviors200/6b49315d75a3d6c802191225a74ce137 to your computer and use it in GitHub Desktop.
Save flaviors200/6b49315d75a3d6c802191225a74ce137 to your computer and use it in GitHub Desktop.
Comments in PHP
<?php
// Questo è un commento
# Questo è un altro commento
/*
Autore: Flavio
Linguaggio: PHP
Oggetto: Commento su più righe
*/
echo "Esempio di commenti a singola e multi riga";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment