Which is the correct format for adding a comment to a PHP script?
/* This is a comment */
#This is a comment
// This is a comment
all of these answers