PHP Community Marketing Expert Question:

Download Job Interview Questions and Answers PDF

Do you know what’s the difference between the include() and require() functions?

PHP Community Marketing Expert Interview Question
PHP Community Marketing Expert Interview Question

Answer:

they both include a specific file but on require the process exits with a fatal error if the file can’t be included, while include statement may still pass and jump to the next step in the execution.

Download PHP Community Marketing Expert Interview Questions And Answers PDF

Previous QuestionNext Question
Tell me why do you think this industry would sustain your interest in the long haul?Tell me how would you declare a function that receives one parameter name hello?