Answer Posted / kailash choudhary
four type of error in php. 1.fatal 2.notice 3.warning
4.parse
| Is This Answer Correct ? | 65 Yes | 6 No |
Post New Answer View All Answers
Tell me how stop the execution of a php scrip?
Explain the difference between array_merge() and array_combine()?
What is php constructor?
What is list in PHP?
What is the different between count() and sizeof() in php?
Why overriding is called runtime polymorphism?
What is chrome logger?
What does the unset() function mean?
What is __ invoke in php?
How can we check the value of a given variable is a number?
Explain the value of the variable input is a string 1,2,3,4,5,6,7. How would you get the sum of the integers contained inside input?
Are parent constructors called implicitly inside a class constructor?
Where is session value stored?
What language is php written in?
How to remove white spaces from the beginning and/or the end of a string in php?