How is a single-line comment denoted in PHP?
- // Comment
- /* Comment
Related Quiz
- The fwrite() function in PHP is used to ______.
- The json_last_error_msg() function in PHP is used to return the error string of the ______ JSON operation.
- You need to use the $this keyword in your PHP script. How would you do this?
- What is the purpose of the array_search() function in PHP?
- The PHP files should be saved with a ______ extension for the server to parse them.