Home » PHP » PHP Error Handling » Question
  1. Which character do the error_reporting directive use to represent the logical operator NOT?
    1. !
    2. ~
    3. ^
    4. /
    5. None of these
Correct Option: B

The twidle (~) character is used to represent the logical operator NOT.



Your comments will be displayed only after manual approval.