|
INTERVIEW QUESTIONS
PROGRAMMING LANGUAGES
PHP
DETAILS
Question: Describe about PHP error and logging information?
Answer: Error handling function allows the user to detect the error and do necessary changes which paved the way for the error. Logging functions pave the way for users to use log applications and send messages to system logs, email or for other specific purpose. PHP has efficient error and logging constants to its credit. Some of them are E_ERROR, E_NOTICE, E_ALL, E_STRICT, etc.
|
|
|
Category |
PHP Interview Questions & Answers -
Exam Mode /
Learning Mode
|
Rating |
(0.3) By 7029 users |
Added on |
9/14/2014 |
Views |
66163 |
Rate it! |
|
|
Question:
Describe about PHP error and logging information?
Answer:
Error handling function allows the user to detect the error and do necessary changes which paved the way for the error. Logging functions pave the way for users to use log applications and send messages to system logs, email or for other specific purpose. PHP has efficient error and logging constants to its credit. Some of them are E_ERROR, E_NOTICE, E_ALL, E_STRICT, etc. Source: CoolInterview.com
If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
- There should not be any Spelling Mistakes.
- There should not be any Gramatical Errors.
- Answers must not contain any bad words.
- Answers should not be the repeat of same answer, already approved.
- Answer should be complete in itself.
|
|
Related Questions |
View Answer |
|
Explain about PHP cookies?
|
View Answer
|
|
Explain about the $_GET variable of PHP?
|
View Answer
|
|
What is a PHP accelerator?
|
View Answer
|
|
Explain about objects in PHP?
|
View Answer
|
|
Explain about Functions in PHP?
|
View Answer
|
|
Explain about the data types in PHP?
|
View Answer
|
|
What exactly is PHP ?
|
View Answer
|
|
In case of download in php, How will you make a percentage bar showing current status of total 100%?
|
View Answer
|
|
Which will execute faster on php POST or GET? Explain
|
View Answer
|
|
What are new features that are in added in PHP5?
|
View Answer
|
|
How to prevent form hijacking in PHP?
|
View Answer
|
|
How can we submit a form without a submit button?
|
View Answer
|
|
How to add multiple categories through PHP?
|
View Answer
|
|
What do you need to do to improve the performance (speedy execution) for the script you have written?
|
View Answer
|
|
How do you capture audio/video in PHP?
|
View Answer
|
|
difference between require() and include()
|
View Answer
|
|
How to handle drop down box change event without refreshing page?
|
View Answer
|
|
What is the difference between Split and Explode
|
View Answer
|
|
What is the effect of large number of data stored in a database on a website ?
|
View Answer
|
|
How would you initialize your strings with single quotes or double quotes?
|
View Answer
|