Explain different types of errors in PHP (i.e. arguments in
errorreporting function)?
Answer Posted / ansar
Its three types
1. Fatal error : this will stop the script.
2. Warning
3. Notice
| Is This Answer Correct ? | 27 Yes | 1 No |
Post New Answer View All Answers
What is the apache?
Does php 7 support mysql?
Which php framework is in demand?
What is final keyword in php?
Is python better than php?
How to retrieve values out of an array?
What is url encoding and decoding in php?
What type of headers have to be added in the mail function to attach a file?
Which function would you use to replace a record in a database in php?
What is the meaning of xdebug?
I am trying to assign a variable the value of 0123, but it keeps coming up with a different number, what’s the problem?
How check submit button is clicked in php?
Does apache use php?
Which function parses an English textual date or time into Unix timestamp in PHP.
Which is not a file-related function in php?